Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
takurinton committed Jun 25, 2024
1 parent 9051df9 commit 87a7577
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions markdown/src/lexer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ impl<'a> Lexer<'a> {
Some(self.input[self.read_position..].chars().next().unwrap())
}
}
}

impl<'a> Lexer<'a> {
pub fn next_token(&mut self) -> Option<Token> {
self.skip_whitespace();

Expand Down

0 comments on commit 87a7577

Please sign in to comment.