diff options
Diffstat (limited to 'crates/ra_syntax/src/grammar.ron')
-rw-r--r-- | crates/ra_syntax/src/grammar.ron | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/src/grammar.ron b/crates/ra_syntax/src/grammar.ron index 663e3a2f9..5bdcf9c84 100644 --- a/crates/ra_syntax/src/grammar.ron +++ b/crates/ra_syntax/src/grammar.ron | |||
@@ -345,7 +345,7 @@ Grammar( | |||
345 | ], | 345 | ], |
346 | options: ["TypeRef"] | 346 | options: ["TypeRef"] |
347 | ), | 347 | ), |
348 | "ImplBlock": (options: ["ItemList"], traits: ["TypeParamsOwner"]), | 348 | "ImplBlock": (options: ["ItemList"], traits: ["TypeParamsOwner", "AttrsOwner"]), |
349 | 349 | ||
350 | "ParenType": (options: ["TypeRef"]), | 350 | "ParenType": (options: ["TypeRef"]), |
351 | "TupleType": ( collections: [["fields", "TypeRef"]] ), | 351 | "TupleType": ( collections: [["fields", "TypeRef"]] ), |