syntax: Remove redundant span from ast::Mac

Also remove a couple of redundant `visit_mac` asserts
This commit is contained in:
Vadim Petrochenkov
2019-12-01 15:55:32 +03:00
parent a81804b4d5
commit 0fac56717a
16 changed files with 34 additions and 56 deletions

View File

@@ -1772,9 +1772,9 @@ impl<'a> State<'a> {
true,
None,
m.args.delim(),
m.stream(),
m.args.inner_tokens(),
true,
m.span,
m.span(),
);
}