aboutsummaryrefslogtreecommitdiff
path: root/crates/libsyntax2/src/grammar.ron
diff options
context:
space:
mode:
Diffstat (limited to 'crates/libsyntax2/src/grammar.ron')
-rw-r--r--crates/libsyntax2/src/grammar.ron1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/libsyntax2/src/grammar.ron b/crates/libsyntax2/src/grammar.ron
index d4e8c53d3..ee231931e 100644
--- a/crates/libsyntax2/src/grammar.ron
+++ b/crates/libsyntax2/src/grammar.ron
@@ -228,5 +228,6 @@ Grammar(
228 "StaticItem": ( traits: ["NameOwner"] ), 228 "StaticItem": ( traits: ["NameOwner"] ),
229 "TypeItem": ( traits: ["NameOwner"] ), 229 "TypeItem": ( traits: ["NameOwner"] ),
230 "Name": (), 230 "Name": (),
231 "NameRef": (),
231 }, 232 },
232) 233)