diff options
author | Aleksey Kladov <[email protected]> | 2020-07-30 18:10:46 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-07-30 18:10:46 +0100 |
commit | 01d6c3836b1c540b14d9c9e17974df64afa978c0 (patch) | |
tree | 3c62efe45e37bc960d39aabecdee84b9eef4a2d9 /xtask/src/codegen | |
parent | 71a4d325620ede42e8e6fad55ab95430eb47e1fd (diff) |
Dead code
Diffstat (limited to 'xtask/src/codegen')
-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 |