This commit is contained in:
peony 2024-11-03 14:53:55 +01:00
parent 7448339605
commit fc12bf1723

View file

@ -136,7 +136,7 @@ impl<'a, 'b> Parser<'a, 'b> {
f
}
fn next(&mut self) -> Token {
fn next(&mut self) -> Token {
core::mem::replace(&mut self.token, self.lexer.eat())
}