1084: remove dead code r=matklad a=matklad



Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
bors[bot] 2019-04-01 21:27:45 +00:00
commit c2912892ef
3 changed files with 0 additions and 37 deletions

View file

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