Static clippy_lints::needless_bool::BOOL_COMPARISON []

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