Static clippy_lints::assign_ops::ASSIGN_OP_PATTERN []

pub static ASSIGN_OP_PATTERN: &Lint = &::lint::Lint{name: "ASSIGN_OP_PATTERN",
              default_level: ::lint::Warn,
              desc:
                  "assigning the result of an operation on a variable to that same variable",
              epoch_deny: None,}