aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/grammar.ron
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/src/grammar.ron')
-rw-r--r--crates/ra_syntax/src/grammar.ron3
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/ra_syntax/src/grammar.ron b/crates/ra_syntax/src/grammar.ron
index 7d11f0176..08aafb610 100644
--- a/crates/ra_syntax/src/grammar.ron
+++ b/crates/ra_syntax/src/grammar.ron
@@ -275,8 +275,7 @@ Grammar(
275 "NameOwner", 275 "NameOwner",
276 "TypeParamsOwner", 276 "TypeParamsOwner",
277 "AttrsOwner", 277 "AttrsOwner",
278 "DocCommentsOwner", 278 "DocCommentsOwner"
279 "AsyncOwner"
280 ], 279 ],
281 options: [ "ParamList", ["body", "BlockExpr"], "RetType" ], 280 options: [ "ParamList", ["body", "BlockExpr"], "RetType" ],
282 ), 281 ),