File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed 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 550 lints included in this crate!] ( https://rust-lang.github.io/rust-clippy/master/index.html )
8
+ [ There are over 600 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 550 lints included in this crate!] ( https://rust-lang.github.io/rust-clippy/master/index.html )
9
+ [ There are over 600 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