Static clippy_lints::loops::EXPLICIT_COUNTER_LOOP []

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