Static clippy_lints::methods::OPTION_UNWRAP_USED []

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