Static clippy_lints::ranges::ITERATOR_STEP_BY_ZERO []

pub static ITERATOR_STEP_BY_ZERO: &Lint = &::lint::Lint{name: "ITERATOR_STEP_BY_ZERO",
              default_level: ::lint::Warn,
              desc:
                  "using `Iterator::step_by(0)`, which produces an infinite iterator",
              epoch_deny: None,}