Static clippy_lints::loops::WHILE_LET_LOOP []

pub static WHILE_LET_LOOP: &'static Lint = &::rustc::lint::Lint{name: "WHILE_LET_LOOP",
                     default_level: ::rustc::lint::Warn,
                     desc:
                         "`loop { if let { ... } else break }`, which can be written as a `while let` loop",}