diff options
Diffstat (limited to 'crates/ra_syntax/src/grammar.ron')
-rw-r--r-- | crates/ra_syntax/src/grammar.ron | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ra_syntax/src/grammar.ron b/crates/ra_syntax/src/grammar.ron index 19e50c9b8..a21c3917d 100644 --- a/crates/ra_syntax/src/grammar.ron +++ b/crates/ra_syntax/src/grammar.ron | |||
@@ -313,7 +313,7 @@ Grammar( | |||
313 | "DocCommentsOwner", | 313 | "DocCommentsOwner", |
314 | "TypeAscriptionOwner", | 314 | "TypeAscriptionOwner", |
315 | ], | 315 | ], |
316 | options: ["body","Block"], | 316 | options: [ ["body","Expr"]], |
317 | ), | 317 | ), |
318 | "StaticDef": ( | 318 | "StaticDef": ( |
319 | traits: [ | 319 | traits: [ |
@@ -324,7 +324,7 @@ Grammar( | |||
324 | "DocCommentsOwner", | 324 | "DocCommentsOwner", |
325 | "TypeAscriptionOwner", | 325 | "TypeAscriptionOwner", |
326 | ], | 326 | ], |
327 | options: ["body","Block"], | 327 | options: [ ["body","Expr"]], |
328 | ), | 328 | ), |
329 | "TypeAliasDef": ( | 329 | "TypeAliasDef": ( |
330 | traits: [ | 330 | traits: [ |