remove dead code

This commit is contained in:
Aleksey Kladov 2019-04-02 00:14:57 +03:00
parent 56f3524c69
commit 8014116e5f
3 changed files with 0 additions and 37 deletions

View file

@ -663,6 +663,5 @@ Grammar(
"TypeArg": (options: ["TypeRef"]),
"AssocTypeArg": (options: ["NameRef", "TypeRef"]),
"LifetimeArg": (),
"Whitespace": ( traits: ["AstToken"] ),
},
)