another quick git test

This commit is contained in:
peony 2024-11-03 14:54:18 +01:00
parent fc12bf1723
commit 4e5db51091

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())
}