aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/codegen/rust.ungram
diff options
context:
space:
mode:
Diffstat (limited to 'xtask/src/codegen/rust.ungram')
-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 74fe65633..a97cc80e9 100644
--- a/xtask/src/codegen/rust.ungram
+++ b/xtask/src/codegen/rust.ungram
@@ -473,9 +473,6 @@ LifetimeArg =
473ConstArg = 473ConstArg =
474 Literal | BlockExpr BlockExpr 474 Literal | BlockExpr BlockExpr
475 475
476MetaItem =
477 Path '=' AttrInput nested_meta_items:MetaItem*
478
479AdtDef = 476AdtDef =
480 Struct 477 Struct
481| Enum 478| Enum