We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 918c1ae commit a2b7889Copy full SHA for a2b7889
src/parser/mod.rs
@@ -3688,7 +3688,6 @@ impl<'a> Parser<'a> {
3688
3689
/// If the current token is the `expected` keyword, consume it and returns a reference to the next token.
3690
///
3691
- // TODO remove this in favor of advance??
3692
#[must_use]
3693
pub fn parse_keyword_token_ref(&mut self, expected: Keyword) -> Option<&TokenWithSpan> {
3694
match &self.peek_token_ref().token {
0 commit comments