Start killing off obsolete/unused quoters, and fix long lines.
This commit is contained in:
parent
1d9f01cb42
commit
eabd233dcd
6 changed files with 9 additions and 76 deletions
|
@ -118,8 +118,6 @@ fn fold_mac_(m: mac, fld: ast_fold) -> mac {
|
|||
option::map(arg, |x| fld.fold_expr(x)), body)
|
||||
}
|
||||
mac_invoc_tt(pth, tt) { m.node }
|
||||
mac_embed_type(ty) { mac_embed_type(fld.fold_ty(ty)) }
|
||||
mac_embed_block(blk) { mac_embed_block(fld.fold_block(blk)) }
|
||||
mac_ellipsis { mac_ellipsis }
|
||||
mac_aq(_,_) { /* FIXME (#2543) */ copy m.node }
|
||||
mac_var(_) { /* FIXME (#2543) */ copy m.node }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue