Remove unused derive(Clone)
on MacroData
.
This commit is contained in:
parent
d1f5beeed5
commit
7cbb736a60
1 changed files with 0 additions and 1 deletions
|
@ -961,7 +961,6 @@ struct DeriveData {
|
|||
has_derive_copy: bool,
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
struct MacroData {
|
||||
ext: Lrc<SyntaxExtension>,
|
||||
rule_spans: Vec<(usize, Span)>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue