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.
866866[ `unimplemented` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#unimplemented
867867[ `unit_arg` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#unit_arg
868868[ `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
869870[ `unnecessary_cast` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#unnecessary_cast
870871[ `unnecessary_filter_map` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#unnecessary_filter_map
871872[ `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
99
1010A collection of lints to catch common mistakes and improve your [ Rust] ( https://github.com/rust-lang/rust ) code.
1111
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 )
1313
1414We have a bunch of lint categories to allow you to choose how much Clippy is supposed to ~~ annoy~~ help you:
1515
You can’t perform that action at this time.
0 commit comments