Refactor away field ctxt of ast::Mac_

This commit is contained in:
Jeffrey Seyfried
2016-05-24 11:38:39 +00:00
parent 01a0877a73
commit febe6a46f6
4 changed files with 8 additions and 11 deletions

View File

@@ -1191,7 +1191,6 @@ impl Folder for Marker {
node: Mac_ {
path: self.fold_path(node.path),
tts: self.fold_tts(&node.tts),
ctxt: mtwt::apply_mark(self.mark, node.ctxt),
},
span: self.new_span(span),
}