Static clippy_lints::loops::EXPLICIT_ITER_LOOP []

pub static EXPLICIT_ITER_LOOP: &'static Lint = &::rustc::lint::Lint{name: "EXPLICIT_ITER_LOOP",
                     default_level: ::rustc::lint::Warn,
                     desc:
                         "for-looping over `_.iter()` or `_.iter_mut()` when `&_` or `&mut _` would do",}