1 files changed, 0 insertions(+), 2 deletions(-)

M src/parser.rs
M src/parser.rs +0 -2
@@ 448,8 448,6 @@ impl<'input> Parser<'input> {
         }
     }
 
-    fn peek_expect(&mut self, tok: TokenKind) -> bool {}
-
     /// Returns whether the next token in the stream is what is expected.
     ///
     /// Basically, we can't (easily) pass in a strongly-typed enum discriminant