Static clippy_lints::matches::SINGLE_MATCH_ELSE []

pub static SINGLE_MATCH_ELSE: &Lint = &::lint::Lint{name: "SINGLE_MATCH_ELSE",
              default_level: ::lint::Allow,
              desc:
                  "a match statement with a two arms where the second arm\'s pattern is a wildcard instead of `if let`",
              epoch_deny: None,}