diff options
| author | Michael Wright <mikerite@lavabit.com> | 2019-12-18 19:19:26 +0200 |
|---|---|---|
| committer | Michael Wright <mikerite@lavabit.com> | 2019-12-18 19:19:53 +0200 |
| commit | ecbfa386d4070708c512ddcc15ef7fec24da0b57 (patch) | |
| tree | 55519b6469d8427056a2c6b9e9eed96b9f6ff3a1 /src | |
| parent | 38d0b2199a5a945c9ac31cf5d9a96b28869edcb1 (diff) | |
| download | rust-ecbfa386d4070708c512ddcc15ef7fec24da0b57.tar.gz rust-ecbfa386d4070708c512ddcc15ef7fec24da0b57.zip | |
Fix `iterator_step_by_zero` definition
Diffstat (limited to 'src')
| -rw-r--r-- | src/lintlist/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lintlist/mod.rs b/src/lintlist/mod.rs index f4ebf6cbd91..201a80d81b3 100644 --- a/src/lintlist/mod.rs +++ b/src/lintlist/mod.rs @@ -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", |
