Static clippy_lints::map_clone::MAP_CLONE []

pub static MAP_CLONE: &'static Lint = &::rustc::lint::Lint{name: "MAP_CLONE",
                     default_level: ::rustc::lint::Warn,
                     desc:
                         "using `.map(|x| x.clone())` to clone an iterator or option\'s contents",}