about summary refs log tree commit diff
path: root/src/lintlist
diff options
context:
space:
mode:
Diffstat (limited to 'src/lintlist')
-rw-r--r--src/lintlist/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lintlist/mod.rs b/src/lintlist/mod.rs
index b28a0917a91..7d2aedd667d 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; 351] = [
+pub const ALL_LINTS: [Lint; 352] = [
     Lint {
         name: "absurd_extreme_comparisons",
         group: "correctness",