aboutsummaryrefslogtreecommitdiff
path: root/xtask
diff options
context:
space:
mode:
Diffstat (limited to 'xtask')
-rw-r--r--xtask/src/codegen/rust.ungram3
1 files changed, 0 insertions, 3 deletions
diff --git a/xtask/src/codegen/rust.ungram b/xtask/src/codegen/rust.ungram
index aef07cb1e..b560202a1 100644
--- a/xtask/src/codegen/rust.ungram
+++ b/xtask/src/codegen/rust.ungram
@@ -503,9 +503,6 @@ NameRef =
503MacroCall = 503MacroCall =
504 Attr* Path '!' Name? TokenTree ';'? 504 Attr* Path '!' Name? TokenTree ';'?
505 505
506MacroDef =
507 Name TokenTree
508
509TokenTree = 506TokenTree =
510 '(' ')' | '{' '}' | '[' ']' 507 '(' ')' | '{' '}' | '[' ']'
511 508