Static clippy_lints::shadow::SHADOW_REUSE []

pub static SHADOW_REUSE: &'static Lint = &::rustc::lint::Lint{name: "SHADOW_REUSE",
                     default_level: ::rustc::lint::Allow,
                     desc:
                         "rebinding a name to an expression that re-uses the original value, e.g. `let x = x + 1`",}