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.
785
785
[ `double_comparisons` ] : https://rust-lang.github.io/rust-clippy/master/index.html#double_comparisons
786
786
[ `double_neg` ] : https://rust-lang.github.io/rust-clippy/master/index.html#double_neg
787
787
[ `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
788
789
[ `drop_copy` ] : https://rust-lang.github.io/rust-clippy/master/index.html#drop_copy
789
790
[ `drop_ref` ] : https://rust-lang.github.io/rust-clippy/master/index.html#drop_ref
790
791
[ `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 7
7
8
8
A collection of lints to catch common mistakes and improve your [ Rust] ( https://github.com/rust-lang/rust ) code.
9
9
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 )
11
11
12
12
We have a bunch of lint categories to allow you to choose how much Clippy is supposed to ~~ annoy~~ help you:
13
13
You can’t perform that action at this time.
0 commit comments