update_lints
This commit is contained in:
parent
2dcce60fdc
commit
40fea7a9e0
3 changed files with 2 additions and 10 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; 310] = [
|
||||
pub const ALL_LINTS: [Lint; 309] = [
|
||||
Lint {
|
||||
name: "absurd_extreme_comparisons",
|
||||
group: "correctness",
|
||||
|
@ -791,13 +791,6 @@ pub const ALL_LINTS: [Lint; 310] = [
|
|||
deprecation: None,
|
||||
module: "methods",
|
||||
},
|
||||
Lint {
|
||||
name: "invalid_ref",
|
||||
group: "correctness",
|
||||
desc: "creation of invalid reference",
|
||||
deprecation: None,
|
||||
module: "invalid_ref",
|
||||
},
|
||||
Lint {
|
||||
name: "invalid_regex",
|
||||
group: "correctness",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue