mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
Fix iterator_step_by_zero
definition
This commit is contained in:
parent
38d0b2199a
commit
ecbfa386d4
1 changed files with 1 additions and 1 deletions
|
@ -887,7 +887,7 @@ pub const ALL_LINTS: [Lint; 340] = [
|
|||
group: "correctness",
|
||||
desc: "using `Iterator::step_by(0)`, which produces an infinite iterator",
|
||||
deprecation: None,
|
||||
module: "ranges",
|
||||
module: "methods",
|
||||
},
|
||||
Lint {
|
||||
name: "just_underscores_and_digits",
|
||||
|
|
Loading…
Reference in a new issue