Skip to content

Commit feff0e3

Browse files
xitepiffyio
andcommitted
Update src/parser/mod.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent f72cc93 commit feff0e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/parser/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14097,9 +14097,9 @@ impl<'a> Parser<'a> {
1409714097
None
1409814098
});
1409914099
}
14100-
// ~ but skip (pure) whitespace
14100+
// but skip (pure) whitespace
1410114101
Whitespace::Space | Whitespace::Tab | Whitespace::Newline => {
14102-
// ~ consume the token and try with the next whitespace (if any)
14102+
// consume the token and try with the next whitespace (if any)
1410314103
self.next_token_no_skip();
1410414104
}
1410514105
}

0 commit comments

Comments
 (0)