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.ron6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/ra_syntax/src/grammar.ron b/crates/ra_syntax/src/grammar.ron
index e3b9032a0..0da8b8183 100644
--- a/crates/ra_syntax/src/grammar.ron
+++ b/crates/ra_syntax/src/grammar.ron
@@ -392,9 +392,9 @@ Grammar(
392 collections: [ [ "pats", "Pat" ] ] 392 collections: [ [ "pats", "Pat" ] ]
393 ), 393 ),
394 "MatchGuard": (), 394 "MatchGuard": (),
395 "StructLit": (), 395 "StructLit": (options: ["Path", "NamedFieldList"]),
396 "NamedFieldList": (), 396 "NamedFieldList": (collections: [ ["fields", "NamedField"] ]),
397 "NamedField": (), 397 "NamedField": (options: ["NameRef", "Expr"]),
398 "CallExpr": ( 398 "CallExpr": (
399 traits: ["ArgListOwner"], 399 traits: ["ArgListOwner"],
400 options: [ "Expr" ], 400 options: [ "Expr" ],