Touch up TokenSet a bit

This commit is contained in:
Aleksey Kladov 2019-12-19 17:13:08 +01:00
parent a766f63650
commit 0ed8ce096d
4 changed files with 6 additions and 8 deletions

View file

@ -444,7 +444,7 @@ fn match_arm(p: &mut Parser) -> BlockLike {
// }
attributes::outer_attributes(p);
patterns::pattern_list_r(p, TokenSet::empty());
patterns::pattern_list_r(p, TokenSet::EMPTY);
if p.at(T![if]) {
match_guard(p);
}