1
Fork 0

Remove unused derive(Clone) on MacroData.

This commit is contained in:
Nicholas Nethercote 2024-05-10 14:21:16 +10:00
parent d1f5beeed5
commit 7cbb736a60

View file

@ -961,7 +961,6 @@ struct DeriveData {
has_derive_copy: bool,
}
#[derive(Clone)]
struct MacroData {
ext: Lrc<SyntaxExtension>,
rule_spans: Vec<(usize, Span)>,