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 55
66A collection of lints to catch common mistakes and improve your [ Rust] ( https://github.com/rust-lang/rust ) code.
77
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 )
99
1010Lints are divided into categories, each with a default [ lint level] ( https://doc.rust-lang.org/rustc/lints/levels.html ) .
1111You 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 66A collection of lints to catch common mistakes and improve your
77[ Rust] ( https://github.com/rust-lang/rust ) code.
88
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 )
1010
1111Lints are divided into categories, each with a default [ lint
1212level] ( 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