Static clippy_lints::matches::SINGLE_MATCH []

pub static SINGLE_MATCH: &Lint = &::lint::Lint{name: "SINGLE_MATCH",
              default_level: ::lint::Warn,
              desc:
                  "a match statement with a single nontrivial arm (i.e. where the other arm is `_ => {}`) instead of `if let`",
              epoch_deny: None,}