diff options
| author | ThibsG <Thibs@debian.com> | 2020-02-04 08:20:49 +0100 |
|---|---|---|
| committer | ThibsG <Thibs@debian.com> | 2020-02-04 22:53:24 +0100 |
| commit | 53094de08efea5f4f4ff2d5e8e7381bf8aede625 (patch) | |
| tree | 0d587c74246efca3648d67d6307bd0334cdfabd1 /src/lintlist | |
| parent | b29aacfec8b45aad12288b011a23fc2dea38d0fc (diff) | |
| download | rust-53094de08efea5f4f4ff2d5e8e7381bf8aede625.tar.gz rust-53094de08efea5f4f4ff2d5e8e7381bf8aede625.zip | |
Merge fixes
Diffstat (limited to 'src/lintlist')
| -rw-r--r-- | src/lintlist/mod.rs | 2 |
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", |
