diff options
| author | Krishna Veera Reddy <veerareddy@email.arizona.edu> | 2019-12-28 21:52:08 -0800 |
|---|---|---|
| committer | Krishna Veera Reddy <veerareddy@email.arizona.edu> | 2019-12-31 09:22:35 -0800 |
| commit | 42e4595d3ab7844d840ab4ef3fa8eb80116484f6 (patch) | |
| tree | 574e595c87fdc3b3dcc60f210a4dabd39e538f5e /src | |
| parent | a8413a32b379788d9610a78f6a2352a26a0d02e7 (diff) | |
| download | rust-42e4595d3ab7844d840ab4ef3fa8eb80116484f6.tar.gz rust-42e4595d3ab7844d840ab4ef3fa8eb80116484f6.zip | |
Indicate anonymous lifetimes for types
Diffstat (limited to 'src')
| -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 c396c3ab8a8..cd3336bdb37 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; 342] = [ +pub const ALL_LINTS: [Lint; 343] = [ Lint { name: "absurd_extreme_comparisons", group: "correctness", |
