3271: Fix dat comment r=matklad a=Veetaha



Co-authored-by: Veetaha <veetaha2@gmail.com>
This commit is contained in:
bors[bot] 2020-02-22 12:24:58 +00:00 committed by GitHub
commit 7836720f2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {