Static clippy_lints::loops::WHILE_LET_ON_ITERATOR []

pub static WHILE_LET_ON_ITERATOR: &'static Lint = &::rustc::lint::Lint{name: "WHILE_LET_ON_ITERATOR",
                     default_level: ::rustc::lint::Warn,
                     desc:
                         "using a while-let loop instead of a for loop on an iterator",}