Static clippy_lints::methods::CLONE_ON_COPY []

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