Static clippy_lints::methods::RESULT_UNWRAP_USED []

pub static RESULT_UNWRAP_USED: &Lint = &::lint::Lint{name: "RESULT_UNWRAP_USED",
              default_level: ::lint::Allow,
              desc: "using `Result.unwrap()`, which might be better handled",
              epoch_deny: None,}