Static clippy_lints::if_let_redundant_pattern_matching::IF_LET_REDUNDANT_PATTERN_MATCHING []

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