Static clippy_lints::loops::WHILE_LET_LOOP []

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