Remove unused Clone on attr::Attr
This commit is contained in:
parent
96576c4de9
commit
a9c5df5da1
@ -20,7 +20,6 @@ use syn::NestedMeta::{Literal, Meta};
|
||||
|
||||
pub use internals::case::RenameRule;
|
||||
|
||||
#[derive(Clone)]
|
||||
struct Attr<'c, T> {
|
||||
cx: &'c Ctxt,
|
||||
name: &'static str,
|
||||
|
Loading…
x
Reference in New Issue
Block a user