···214214215215pub use cowstr::CowStr;
216216pub use into_static::IntoStatic;
217217-pub use bos::{Bos, BorrowOrShare, DefaultStr, StrConsumer};
217217+pub use bos::{Bos, BorrowOrShare, DefaultStr};
218218219219/// A copy-on-write immutable string type that uses [`smol_str::SmolStr`] for
220220/// the "owned" variant.