Static clippy_lints::eq_op::EQ_OP []

pub static EQ_OP: &'static Lint = &::rustc::lint::Lint{name: "EQ_OP",
                     default_level: ::rustc::lint::Warn,
                     desc:
                         "equal operands on both sides of a comparison or bitwise combination (e.g. `x == x`)",}