Static clippy_lints::identity_op::IDENTITY_OP[]

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