Fix iterator_step_by_zero definition

This commit is contained in:
Michael Wright 2019-12-18 19:19:26 +02:00
parent 38d0b2199a
commit ecbfa386d4

View file

@ -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",