diff options
Diffstat (limited to 'xtask/src/codegen/rust.ungram')
-rw-r--r-- | xtask/src/codegen/rust.ungram | 3 |
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 = | |||
473 | ConstArg = | 473 | ConstArg = |
474 | Literal | BlockExpr BlockExpr | 474 | Literal | BlockExpr BlockExpr |
475 | 475 | ||
476 | MetaItem = | ||
477 | Path '=' AttrInput nested_meta_items:MetaItem* | ||
478 | |||
479 | AdtDef = | 476 | AdtDef = |
480 | Struct | 477 | Struct |
481 | | Enum | 478 | | Enum |