Static clippy_lints::methods::CLONE_ON_COPY []

pub static CLONE_ON_COPY: &'static Lint = &::rustc::lint::Lint{name: "CLONE_ON_COPY",
                     default_level: ::rustc::lint::Warn,
                     desc: "using `clone` on a `Copy` type",}