mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
Fix dat comment
This commit is contained in:
@@ -164,7 +164,7 @@ pub(crate) fn bump(&mut self, kind: SyntaxKind) {
|
||||
assert!(self.eat(kind));
|
||||
}
|
||||
|
||||
/// Advances the parser by one token with composite puncts handled
|
||||
/// Advances the parser by one token
|
||||
pub(crate) fn bump_any(&mut self) {
|
||||
let kind = self.nth(0);
|
||||
if kind == EOF {
|
||||
|
||||
Reference in New Issue
Block a user