Static clippy_lints::identity_op::IDENTITY_OP []

pub static IDENTITY_OP: &'static Lint = &::rustc::lint::Lint{name: "IDENTITY_OP",
                     default_level: ::rustc::lint::Warn,
                     desc:
                         "using identity operations, e.g. `x + 0` or `y / 1`",}