Static clippy_lints::methods::RESULT_UNWRAP_USED []

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