Static clippy_lints::loops::EXPLICIT_ITER_LOOP []

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