Static clippy_lints::loops::ITER_NEXT_LOOP []

pub static ITER_NEXT_LOOP: &'static Lint = &::rustc::lint::Lint{name: "ITER_NEXT_LOOP",
                     default_level: ::rustc::lint::Warn,
                     desc:
                         "for-looping over `_.next()` which is probably not intended",}