Static clippy_lints::matches::MATCH_REF_PATS []

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