Skip to content

Commit

Permalink
Remove marker
Browse files Browse the repository at this point in the history
  • Loading branch information
AuracleTech committed Mar 11, 2024
1 parent d2e90fb commit cfe1a3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ impl<'a, T> Tokenizer<'a, T> {
}
}

// OPTIMIZE might inline the advance method
fn advance(&mut self) -> Result<Option<Token<'a, T>>, Box<dyn std::error::Error>> {
while self.cursor < self.source.len() {
let mut matched = false;
Expand Down

0 comments on commit cfe1a3a

Please sign in to comment.