Static clippy_lints::loops::ITER_NEXT_LOOP []

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