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.
813
813
[ `range_plus_one` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#range_plus_one
814
814
[ `range_step_by_zero` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#range_step_by_zero
815
815
[ `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
816
817
[ `redundant_closure` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#redundant_closure
817
818
[ `redundant_closure_call` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#redundant_closure_call
818
819
[ `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
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 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 )
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