Static clippy_lints::methods::OPTION_UNWRAP_USED []

pub static OPTION_UNWRAP_USED: &'static Lint = &::rustc::lint::Lint{name: "OPTION_UNWRAP_USED",
                     default_level: ::rustc::lint::Allow,
                     desc:
                         "using `Option.unwrap()`, which should at least get a better message using `expect()`",}