mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
Fix iterator_step_by_zero
definition
This commit is contained in:
parent
38d0b2199a
commit
ecbfa386d4
@ -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 New Issue
Block a user