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 @@ -813,6 +813,7 @@ All notable changes to this project will be documented in this file.
813813[ `range_plus_one` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#range_plus_one
814814[ `range_step_by_zero` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#range_step_by_zero
815815[ `range_zip_with_len` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#range_zip_with_len
816+ [ `redundant_clone` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#redundant_clone
816817[ `redundant_closure` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#redundant_closure
817818[ `redundant_closure_call` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#redundant_closure_call
818819[ `redundant_field_names` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#redundant_field_names
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 282 lints included in this crate!] ( https://rust-lang-nursery.github.io/rust-clippy/master/index.html )
12+ [ There are 283 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