1
Fork 0

Remove SmallStr.

It no longer has any uses. If it's needed in the future, it can be
easily reinstated. Or a crate such as `smallstr` can be used, much like
we use `smallvec`.
This commit is contained in:
Nicholas Nethercote 2023-06-29 11:42:54 +10:00
parent de1914af34
commit f2d863fa75
3 changed files with 0 additions and 89 deletions

View file

@ -68,7 +68,6 @@ pub mod macros;
pub mod obligation_forest;
pub mod sip128;
pub mod small_c_str;
pub mod small_str;
pub mod snapshot_map;
pub mod svh;
pub use ena::snapshot_vec;