From 8014116e5f07eb99e2cd12c578f117f3b5280c69 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 2 Apr 2019 00:14:57 +0300 Subject: remove dead code --- crates/ra_syntax/src/grammar.ron | 1 - 1 file changed, 1 deletion(-) (limited to 'crates/ra_syntax/src/grammar.ron') diff --git a/crates/ra_syntax/src/grammar.ron b/crates/ra_syntax/src/grammar.ron index 6d7a5a1cb..efc06c218 100644 --- a/crates/ra_syntax/src/grammar.ron +++ b/crates/ra_syntax/src/grammar.ron @@ -663,6 +663,5 @@ Grammar( "TypeArg": (options: ["TypeRef"]), "AssocTypeArg": (options: ["NameRef", "TypeRef"]), "LifetimeArg": (), - "Whitespace": ( traits: ["AstToken"] ), }, ) -- cgit v1.2.3