aboutsummaryrefslogtreecommitdiff
path: root/xtask/src
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-07-30 18:10:46 +0100
committerAleksey Kladov <[email protected]>2020-07-30 18:10:46 +0100
commit01d6c3836b1c540b14d9c9e17974df64afa978c0 (patch)
tree3c62efe45e37bc960d39aabecdee84b9eef4a2d9 /xtask/src
parent71a4d325620ede42e8e6fad55ab95430eb47e1fd (diff)
Dead code
Diffstat (limited to 'xtask/src')
-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