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 6
6
7
7
A collection of lints to catch common mistakes and improve your [ Rust] ( https://github.com/rust-lang/rust ) code.
8
8
9
- [ There are 325 lints included in this crate!] ( https://rust-lang.github.io/rust-clippy/master/index.html )
9
+ [ There are 328 lints included in this crate!] ( https://rust-lang.github.io/rust-clippy/master/index.html )
10
10
11
11
We have a bunch of lint categories to allow you to choose how much Clippy is supposed to ~~ annoy~~ help you:
12
12
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pub use lint::Lint;
6
6
pub use lint:: LINT_LEVELS ;
7
7
8
8
// begin lint list, do not remove this comment, it’s used in `update_lints`
9
- pub const ALL_LINTS : [ Lint ; 325 ] = [
9
+ pub const ALL_LINTS : [ Lint ; 328 ] = [
10
10
Lint {
11
11
name : "absurd_extreme_comparisons" ,
12
12
group : "correctness" ,
You can’t perform that action at this time.
0 commit comments