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 @@ -866,6 +866,7 @@ All notable changes to this project will be documented in this file.
866
866
[ `unimplemented` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#unimplemented
867
867
[ `unit_arg` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#unit_arg
868
868
[ `unit_cmp` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#unit_cmp
869
+ [ `unknown_clippy_lints` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#unknown_clippy_lints
869
870
[ `unnecessary_cast` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#unnecessary_cast
870
871
[ `unnecessary_filter_map` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#unnecessary_filter_map
871
872
[ `unnecessary_fold` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#unnecessary_fold
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ We are currently in the process of discussing Clippy 1.0 via the RFC process in
9
9
10
10
A collection of lints to catch common mistakes and improve your [ Rust] ( https://github.com/rust-lang/rust ) code.
11
11
12
- [ There are 283 lints included in this crate!] ( https://rust-lang-nursery.github.io/rust-clippy/master/index.html )
12
+ [ There are 284 lints included in this crate!] ( https://rust-lang-nursery.github.io/rust-clippy/master/index.html )
13
13
14
14
We have a bunch of lint categories to allow you to choose how much Clippy is supposed to ~~ annoy~~ help you:
15
15
You can’t perform that action at this time.
0 commit comments