Merge fixes

This commit is contained in:
ThibsG 2020-02-04 08:20:49 +01:00
parent b29aacfec8
commit 53094de08e
5 changed files with 6 additions and 4 deletions

View file

@ -6,7 +6,7 @@ pub use lint::Lint;
pub use lint::LINT_LEVELS;
// begin lint list, do not remove this comment, its used in `update_lints`
pub const ALL_LINTS: [Lint; 351] = [
pub const ALL_LINTS: [Lint; 352] = [
Lint {
name: "absurd_extreme_comparisons",
group: "correctness",