Static clippy_lints::let_if_seq::USELESS_LET_IF_SEQ []

pub static USELESS_LET_IF_SEQ: &Lint = &::lint::Lint{name: "USELESS_LET_IF_SEQ",
              default_level: ::lint::Warn,
              desc:
                  "unidiomatic `let mut` declaration followed by initialization in `if`",
              epoch_deny: None,}