Refactor away field ctxt of ast::Mac_
This commit is contained in:
@@ -520,7 +520,6 @@ pub fn noop_fold_mac<T: Folder>(Spanned {node, span}: Mac, fld: &mut T) -> Mac {
|
||||
node: Mac_ {
|
||||
path: fld.fold_path(node.path),
|
||||
tts: fld.fold_tts(&node.tts),
|
||||
ctxt: node.ctxt,
|
||||
},
|
||||
span: fld.new_span(span)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user