Static clippy_lints::loops::NEVER_LOOP []

pub static NEVER_LOOP: &Lint = &::lint::Lint{name: "NEVER_LOOP",
              default_level: ::lint::Deny,
              desc: "any loop that will always `break` or `return`",
              epoch_deny: None,}