mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
Update lints for iterator_step_by_zero
changes
This commit is contained in:
parent
710e06dd29
commit
3a81e60a29
1 changed files with 1 additions and 1 deletions
|
@ -885,7 +885,7 @@ pub const ALL_LINTS: [Lint; 340] = [
|
|||
Lint {
|
||||
name: "iterator_step_by_zero",
|
||||
group: "correctness",
|
||||
desc: "using `Iterator::step_by(0)`, which produces an infinite iterator",
|
||||
desc: "using `Iterator::step_by(0)`, which will panic at runtime",
|
||||
deprecation: None,
|
||||
module: "methods",
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue