Static clippy_lints::infallible_destructuring_match::INFALLIBLE_DESTRUCTURING_MATCH[]

pub static INFALLIBLE_DESTRUCTURING_MATCH: &Lint = &::lint::Lint{name: "INFALLIBLE_DESTRUCTURING_MATCH",
              default_level: ::lint::Warn,
              desc:
                  "a match statement with a single infallible arm instead of a `let`",
              edition_lint_opts: None,}