This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -785,6 +785,7 @@ All notable changes to this project will be documented in this file.
785785[ `double_comparisons` ] : https://rust-lang.github.io/rust-clippy/master/index.html#double_comparisons
786786[ `double_neg` ] : https://rust-lang.github.io/rust-clippy/master/index.html#double_neg
787787[ `double_parens` ] : https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
788+ [ `drop_bounds` ] : https://rust-lang.github.io/rust-clippy/master/index.html#drop_bounds
788789[ `drop_copy` ] : https://rust-lang.github.io/rust-clippy/master/index.html#drop_copy
789790[ `drop_ref` ] : https://rust-lang.github.io/rust-clippy/master/index.html#drop_ref
790791[ `duplicate_underscore_argument` ] : https://rust-lang.github.io/rust-clippy/master/index.html#duplicate_underscore_argument
Original file line number Diff line number Diff line change 77
88A collection of lints to catch common mistakes and improve your [ Rust] ( https://github.com/rust-lang/rust ) code.
99
10- [ There are 296 lints included in this crate!] ( https://rust-lang.github.io/rust-clippy/master/index.html )
10+ [ There are 297 lints included in this crate!] ( https://rust-lang.github.io/rust-clippy/master/index.html )
1111
1212We have a bunch of lint categories to allow you to choose how much Clippy is supposed to ~~ annoy~~ help you:
1313
You can’t perform that action at this time.
0 commit comments