mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
tiny simplification
This commit is contained in:
parent
734a43e95a
commit
7910202ecd
4 changed files with 8 additions and 5 deletions
|
@ -125,7 +125,7 @@ pub(crate) mod fragments {
|
|||
let m = p.start();
|
||||
|
||||
while !p.at(EOF) {
|
||||
if p.current() == T![;] {
|
||||
if p.at(T![;]) {
|
||||
p.bump();
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue