aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/grammar.ron
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-04-01 22:27:45 +0100
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-04-01 22:27:45 +0100
commitc2912892effbcf24d94da235b9ac0d2a7fccea5d (patch)
treea8b8fa88fe68d7c9d4b63dd6af85cd74926703da /crates/ra_syntax/src/grammar.ron
parent9282c6d3d03ac236a6d33b6f0a6ac076d0b11725 (diff)
parent8014116e5f07eb99e2cd12c578f117f3b5280c69 (diff)
Merge #1084
1084: remove dead code r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
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)