mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
Merge #3271
3271: Fix dat comment r=matklad a=Veetaha Co-authored-by: Veetaha <veetaha2@gmail.com>
This commit is contained in:
commit
7836720f2e
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ impl<'t> Parser<'t> {
|
|||
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 {
|
||||
|
|
Loading…
Reference in a new issue