diff --git a/tokenizers/src/models/mod.rs b/tokenizers/src/models/mod.rs index 932bc598d..6f5fafca9 100644 --- a/tokenizers/src/models/mod.rs +++ b/tokenizers/src/models/mod.rs @@ -51,8 +51,8 @@ impl Serialize for OrderedVocabIter<'_> { }; if !holes.is_empty() { - warn!("The OrderedVocab you are attempting to save contains holes for indices {holes:?}, your vocabulary could be corrupted !"); - println!("The OrderedVocab you are attempting to save contains holes for indices {holes:?}, your vocabulary could be corrupted !"); + warn!("The OrderedVocab you are attempting to save contains holes for indices {holes:?}, your vocabulary could be corrupted!"); + println!("The OrderedVocab you are attempting to save contains holes for indices {holes:?}, your vocabulary could be corrupted!"); } result }