diff --git a/src/tokenizer/tokenizer.rs b/src/tokenizer/tokenizer.rs index b703c0b1b..5b08472dd 100644 --- a/src/tokenizer/tokenizer.rs +++ b/src/tokenizer/tokenizer.rs @@ -145,11 +145,6 @@ impl TokenizerClone for T { } } -/// Simple wrapper of `Box`. -/// -/// See `TokenStream` for more information. -// pub struct Box(Box); - /// `TokenStream` is the result of the tokenization. /// /// It consists consumable stream of `Token`s.