Run update_lints
This commit is contained in:
parent
7db973d06f
commit
9b4faf97f3
4 changed files with 12 additions and 12 deletions
|
@ -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; 334] = [
|
||||
pub const ALL_LINTS: [Lint; 337] = [
|
||||
Lint {
|
||||
name: "absurd_extreme_comparisons",
|
||||
group: "correctness",
|
||||
|
@ -714,13 +714,6 @@ pub const ALL_LINTS: [Lint; 334] = [
|
|||
deprecation: None,
|
||||
module: "copies",
|
||||
},
|
||||
Lint {
|
||||
name: "ifs_same_cond_fn",
|
||||
group: "pedantic",
|
||||
desc: "consecutive `ifs` with the same function call",
|
||||
deprecation: None,
|
||||
module: "copies",
|
||||
},
|
||||
Lint {
|
||||
name: "implicit_hasher",
|
||||
group: "style",
|
||||
|
@ -1722,6 +1715,13 @@ pub const ALL_LINTS: [Lint; 334] = [
|
|||
deprecation: None,
|
||||
module: "loops",
|
||||
},
|
||||
Lint {
|
||||
name: "same_functions_in_if_condition",
|
||||
group: "pedantic",
|
||||
desc: "consecutive `ifs` with the same function call",
|
||||
deprecation: None,
|
||||
module: "copies",
|
||||
},
|
||||
Lint {
|
||||
name: "search_is_some",
|
||||
group: "complexity",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue