File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
55A collection of lints to catch common mistakes and improve your [ Rust] ( https://github.com/rust-lang/rust ) code.
66
7- [ There are over 750 lints included in this crate!] ( https://rust-lang.github.io/rust-clippy/master/index.html )
7+ [ There are over 800 lints included in this crate!] ( https://rust-lang.github.io/rust-clippy/master/index.html )
88
99Lints are divided into categories, each with a default [ lint level] ( https://doc.rust-lang.org/rustc/lints/levels.html ) .
1010You 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 55A collection of lints to catch common mistakes and improve your
66[ Rust] ( https://github.com/rust-lang/rust ) code.
77
8- [ There are over 750 lints included in this crate!] ( https://rust-lang.github.io/rust-clippy/master/index.html )
8+ [ There are over 800 lints included in this crate!] ( https://rust-lang.github.io/rust-clippy/master/index.html )
99
1010Lints are divided into categories, each with a default [ lint
1111level] ( 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