#![allow(clippy::forget_non_drop)]// This example exists to allow for profiling
// applications to provide details about
// the criterion benchmarks
useress::Tokenizer;fnmain(){for_in0..1000{let t =Tokenizer::new("true").next(true).unwrap();core::mem::forget(t);let f =Tokenizer::new("false").next(true).unwrap();core::mem::forget(f);}}