mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 21:43:37 +00:00
Fix dat comment
This commit is contained in:
parent
70ad904012
commit
59dc797eb3
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ impl<'t> Parser<'t> {
|
||||||
assert!(self.eat(kind));
|
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) {
|
pub(crate) fn bump_any(&mut self) {
|
||||||
let kind = self.nth(0);
|
let kind = self.nth(0);
|
||||||
if kind == EOF {
|
if kind == EOF {
|
||||||
|
|
Loading…
Reference in a new issue