Static clippy_lints::methods::CLONE_DOUBLE_REF []

pub static CLONE_DOUBLE_REF: &Lint = &::lint::Lint{name: "CLONE_DOUBLE_REF",
              default_level: ::lint::Deny,
              desc: "using `clone` on `&&T`",
              epoch_deny: None,}