Static clippy_lints::matches::MATCH_REF_PATS []

pub static MATCH_REF_PATS: &'static Lint = &::rustc::lint::Lint{name: "MATCH_REF_PATS",
                     default_level: ::rustc::lint::Warn,
                     desc:
                         "a match or `if let` with all arms prefixed with `&` instead of deref-ing the match expression",}