mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +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));
|
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…
Add table
Add a link
Reference in a new issue