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.ron1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_syntax/src/grammar.ron b/crates/ra_syntax/src/grammar.ron
index 3d97bea7f..dc0de5808 100644
--- a/crates/ra_syntax/src/grammar.ron
+++ b/crates/ra_syntax/src/grammar.ron
@@ -664,6 +664,5 @@ Grammar(
664 "TypeArg": (options: ["TypeRef"]), 664 "TypeArg": (options: ["TypeRef"]),
665 "AssocTypeArg": (options: ["NameRef", "TypeRef"]), 665 "AssocTypeArg": (options: ["NameRef", "TypeRef"]),
666 "LifetimeArg": (), 666 "LifetimeArg": (),
667 "Whitespace": ( traits: ["AstToken"] ),
668 }, 667 },
669) 668)