Static clippy_lints::bit_mask::INEFFECTIVE_BIT_MASK []

pub static INEFFECTIVE_BIT_MASK: &'static Lint = &::rustc::lint::Lint{name: "INEFFECTIVE_BIT_MASK",
                     default_level: ::rustc::lint::Warn,
                     desc:
                         "expressions where a bit mask will be rendered useless by a comparison, e.g. `(x | 1) > 2`",}