Static clippy_lints::bit_mask::BAD_BIT_MASK []

pub static BAD_BIT_MASK: &'static Lint = &::rustc::lint::Lint{name: "BAD_BIT_MASK",
                     default_level: ::rustc::lint::Warn,
                     desc:
                         "expressions of the form `_ & mask == select` that will only ever return `true` or `false`",}