Static clippy_lints::loops::NEVER_LOOP []

pub static NEVER_LOOP: &'static Lint = &::rustc::lint::Lint{name: "NEVER_LOOP",
                     default_level: ::rustc::lint::Warn,
                     desc:
                         "any loop with an unconditional `break` statement",}