Skip to content

Commit a2b7889

Browse files
iffyioalamb
andauthored
Update src/parser/mod.rs
Co-authored-by: Andrew Lamb <[email protected]>
1 parent 918c1ae commit a2b7889

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/parser/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3688,7 +3688,6 @@ impl<'a> Parser<'a> {
36883688

36893689
/// If the current token is the `expected` keyword, consume it and returns a reference to the next token.
36903690
///
3691-
// TODO remove this in favor of advance??
36923691
#[must_use]
36933692
pub fn parse_keyword_token_ref(&mut self, expected: Keyword) -> Option<&TokenWithSpan> {
36943693
match &self.peek_token_ref().token {

0 commit comments

Comments
 (0)