diff --git a/src/lib.rs b/src/lib.rs index 38368e2..8091291 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -46,7 +46,6 @@ impl<'a, T> Tokenizer<'a, T> { } } - // OPTIMIZE might inline the advance method fn advance(&mut self) -> Result>, Box> { while self.cursor < self.source.len() { let mut matched = false;