diff options
| author | Heinz N. Gies <heinz@licenser.net> | 2019-11-07 17:13:26 +0100 |
|---|---|---|
| committer | Heinz N. Gies <heinz@licenser.net> | 2019-11-07 17:13:26 +0100 |
| commit | 2f1370d64cb62c521ec04999f30ed856b644dccc (patch) | |
| tree | 8d876ac82c7ad482d8aff96fd2ef65beda9e3b92 | |
| parent | 5e6017d193bfc3891e99018997854bec5c97a919 (diff) | |
| download | rust-2f1370d64cb62c521ec04999f30ed856b644dccc.tar.gz rust-2f1370d64cb62c521ec04999f30ed856b644dccc.zip | |
Update lints
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | src/lintlist/mod.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 922dbcd1138..87ef441eadd 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A collection of lints to catch common mistakes and improve your [Rust](https://github.com/rust-lang/rust) code. -[There are 333 lints included in this crate!](https://rust-lang.github.io/rust-clippy/master/index.html) +[There are 332 lints included in this crate!](https://rust-lang.github.io/rust-clippy/master/index.html) We have a bunch of lint categories to allow you to choose how much Clippy is supposed to ~~annoy~~ help you: diff --git a/src/lintlist/mod.rs b/src/lintlist/mod.rs index cda2a4faba1..5c92d69a499 100644 --- a/src/lintlist/mod.rs +++ b/src/lintlist/mod.rs @@ -6,7 +6,7 @@ pub use lint::Lint; pub use lint::LINT_LEVELS; // begin lint list, do not remove this comment, it’s used in `update_lints` -pub const ALL_LINTS: [Lint; 333] = [ +pub const ALL_LINTS: [Lint; 332] = [ Lint { name: "absurd_extreme_comparisons", group: "correctness", |
