tiny simplification
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user