Static clippy_lints::loops::EXPLICIT_COUNTER_LOOP []

pub static EXPLICIT_COUNTER_LOOP: &Lint = &::lint::Lint{name: "EXPLICIT_COUNTER_LOOP",
              default_level: ::lint::Warn,
              desc:
                  "for-looping with an explicit counter when `_.enumerate()` would do",
              epoch_deny: None,}