Static clippy_lints::ranges::RANGE_STEP_BY_ZERO []

pub static RANGE_STEP_BY_ZERO: &'static Lint = &::rustc::lint::Lint{name: "RANGE_STEP_BY_ZERO",
                     default_level: ::rustc::lint::Warn,
                     desc:
                         "using `Range::step_by(0)`, which produces an infinite iterator",}