Static clippy_lints::needless_bool::BOOL_COMPARISON []

pub static BOOL_COMPARISON: &Lint = &::lint::Lint{name: "BOOL_COMPARISON",
              default_level: ::lint::Warn,
              desc: "comparing a variable to a boolean, e.g. `if x == true`",
              epoch_deny: None,}