File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4992,6 +4992,7 @@ Released 2018-09-13
4992
4992
[ `assertions_on_result_states` ] : https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_result_states
4993
4993
[ `assign_op_pattern` ] : https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern
4994
4994
[ `assign_ops` ] : https://rust-lang.github.io/rust-clippy/master/index.html#assign_ops
4995
+ [ `assigning_clones` ] : https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
4995
4996
[ `async_yields_async` ] : https://rust-lang.github.io/rust-clippy/master/index.html#async_yields_async
4996
4997
[ `await_holding_invalid_type` ] : https://rust-lang.github.io/rust-clippy/master/index.html#await_holding_invalid_type
4997
4998
[ `await_holding_lock` ] : https://rust-lang.github.io/rust-clippy/master/index.html#await_holding_lock
Original file line number Diff line number Diff line change 5
5
6
6
A collection of lints to catch common mistakes and improve your [ Rust] ( https://github.com/rust-lang/rust ) code.
7
7
8
- [ There are over 650 lints included in this crate!] ( https://rust-lang.github.io/rust-clippy/master/index.html )
8
+ [ There are over 700 lints included in this crate!] ( https://rust-lang.github.io/rust-clippy/master/index.html )
9
9
10
10
Lints are divided into categories, each with a default [ lint level] ( https://doc.rust-lang.org/rustc/lints/levels.html ) .
11
11
You can choose how much Clippy is supposed to ~~ annoy~~ help you by changing the lint level by category.
Original file line number Diff line number Diff line change 6
6
A collection of lints to catch common mistakes and improve your
7
7
[ Rust] ( https://github.com/rust-lang/rust ) code.
8
8
9
- [ There are over 650 lints included in this crate!] ( https://rust-lang.github.io/rust-clippy/master/index.html )
9
+ [ There are over 700 lints included in this crate!] ( https://rust-lang.github.io/rust-clippy/master/index.html )
10
10
11
11
Lints are divided into categories, each with a default [ lint
12
12
level] ( https://doc.rust-lang.org/rustc/lints/levels.html ) . You can choose how
You can’t perform that action at this time.
0 commit comments