Skip to content

Commit 7cbb736

Browse files
committed
Remove unused derive(Clone) on MacroData.
1 parent d1f5bee commit 7cbb736

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_resolve/src

1 file changed

+0
-1
lines changed

compiler/rustc_resolve/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,6 @@ struct DeriveData {
961961
has_derive_copy: bool,
962962
}
963963

964-
#[derive(Clone)]
965964
struct MacroData {
966965
ext: Lrc<SyntaxExtension>,
967966
rule_spans: Vec<(usize, Span)>,

0 commit comments

Comments
 (0)