mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +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
|
@ -264,7 +264,7 @@ fn name_r(p: &mut Parser, recovery: TokenSet) {
|
|||
}
|
||||
|
||||
fn name(p: &mut Parser) {
|
||||
name_r(p, TokenSet::empty())
|
||||
name_r(p, TokenSet::EMPTY)
|
||||
}
|
||||
|
||||
fn name_ref(p: &mut Parser) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue