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.ron4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ra_syntax/src/grammar.ron b/crates/ra_syntax/src/grammar.ron
index 9f17a10ed..c14ee0e85 100644
--- a/crates/ra_syntax/src/grammar.ron
+++ b/crates/ra_syntax/src/grammar.ron
@@ -275,7 +275,7 @@ Grammar(
275 "AttrsOwner", 275 "AttrsOwner",
276 "DocCommentsOwner" 276 "DocCommentsOwner"
277 ], 277 ],
278 options: [ "ParamList", ["body", "Block"], "RetType" ], 278 options: [ "ParamList", ["body", "BlockExpr"], "RetType" ],
279 ), 279 ),
280 "RetType": (options: ["TypeRef"]), 280 "RetType": (options: ["TypeRef"]),
281 "StructDef": ( 281 "StructDef": (
@@ -426,7 +426,7 @@ Grammar(
426 traits: ["LoopBodyOwner"], 426 traits: ["LoopBodyOwner"],
427 ), 427 ),
428 "TryBlockExpr": ( 428 "TryBlockExpr": (
429 options: ["Block"], 429 options: [["body", "BlockExpr"]],
430 ), 430 ),
431 "ForExpr": ( 431 "ForExpr": (
432 traits: ["LoopBodyOwner"], 432 traits: ["LoopBodyOwner"],