Static clippy_lints::if_let_redundant_pattern_matching::IF_LET_REDUNDANT_PATTERN_MATCHING []

pub static IF_LET_REDUNDANT_PATTERN_MATCHING: &Lint = &::lint::Lint{name: "IF_LET_REDUNDANT_PATTERN_MATCHING",
              default_level: ::lint::Warn,
              desc: "use the proper utility function avoiding an `if let`",
              epoch_deny: None,}