about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorThibsG <Thibs@debian.com>2020-01-07 18:13:31 +0100
committerThibsG <Thibs@debian.com>2020-01-07 19:10:59 +0100
commit0fa0df9efb9f34c8e0612bd0d0844417259873e9 (patch)
tree792ec8be909c6c5d0f77f9c0634a517641124572 /src
parent8ae8b08e323b7dcfad331af18bebbeb68757a904 (diff)
downloadrust-0fa0df9efb9f34c8e0612bd0d0844417259873e9.tar.gz
rust-0fa0df9efb9f34c8e0612bd0d0844417259873e9.zip
Span help without suggestion
Diffstat (limited to 'src')
-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 399f3483a59..3cc4efb9b05 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; 345] = [
+pub const ALL_LINTS: [Lint; 346] = [
     Lint {
         name: "absurd_extreme_comparisons",
         group: "correctness",