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 cae5d8774..011ef0616 100644 --- a/crates/ra_syntax/src/grammar.ron +++ b/crates/ra_syntax/src/grammar.ron | |||
@@ -674,7 +674,7 @@ Grammar( | |||
674 | "LifetimeArg": (), | 674 | "LifetimeArg": (), |
675 | 675 | ||
676 | "MacroItems": ( | 676 | "MacroItems": ( |
677 | traits: [ "ModuleItemOwner", "FnDefOwner" ], | 677 | traits: [ "ModuleItemOwner", "FnDefOwner" ], |
678 | ), | 678 | ), |
679 | 679 | ||
680 | "MacroStmts" : ( | 680 | "MacroStmts" : ( |