mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Touch up TokenSet a bit
This commit is contained in:
parent
a766f63650
commit
0ed8ce096d
4 changed files with 6 additions and 8 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue