Static clippy_lints::methods::OK_EXPECT []

pub static OK_EXPECT: &Lint = &::lint::Lint{name: "OK_EXPECT",
              default_level: ::lint::Warn,
              desc:
                  "using `ok().expect()`, which gives worse error messages than calling `expect` directly on the Result",
              epoch_deny: None,}