Remove unused Clone on attr::Attr

This commit is contained in:
David Tolnay 2019-01-18 22:31:25 -08:00
parent 96576c4de9
commit a9c5df5da1
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -20,7 +20,6 @@ use syn::NestedMeta::{Literal, Meta};
pub use internals::case::RenameRule; pub use internals::case::RenameRule;
#[derive(Clone)]
struct Attr<'c, T> { struct Attr<'c, T> {
cx: &'c Ctxt, cx: &'c Ctxt,
name: &'static str, name: &'static str,