Remove forgotten code.

This commit is contained in:
dcraven
2020-12-23 11:42:47 +01:00
committed by Paul Masurel
parent 2bd1d8230c
commit f1973759ef

View File

@@ -145,11 +145,6 @@ impl<T: Tokenizer + Clone> TokenizerClone for T {
}
}
/// Simple wrapper of `Box<dyn TokenStream + 'a>`.
///
/// See `TokenStream` for more information.
// pub struct Box<dyn TokenStream + 'a>(Box<dyn TokenStream + 'a>);
/// `TokenStream` is the result of the tokenization.
///
/// It consists consumable stream of `Token`s.