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 @@ -893,6 +893,7 @@ All notable changes to this project will be documented in this file.
893
893
[ `while_immutable_condition` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#while_immutable_condition
894
894
[ `while_let_loop` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#while_let_loop
895
895
[ `while_let_on_iterator` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#while_let_on_iterator
896
+ [ `wildcard_dependencies` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#wildcard_dependencies
896
897
[ `write_literal` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#write_literal
897
898
[ `write_with_newline` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#write_with_newline
898
899
[ `writeln_empty_string` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#writeln_empty_string
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 280 lints included in this crate!] ( https://rust-lang-nursery.github.io/rust-clippy/master/index.html )
12
+ [ There are 281 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