Static clippy_lints::methods::OPTION_MAP_UNWRAP_OR []

pub static OPTION_MAP_UNWRAP_OR: &'static Lint = &::rustc::lint::Lint{name: "OPTION_MAP_UNWRAP_OR",
                     default_level: ::rustc::lint::Allow,
                     desc:
                         "using `Option.map(f).unwrap_or(a)`, which is more succinctly expressed as `map_or(a, f)`",}