refactor: Replace custom ThinVec with thin-vec crate

This commit is contained in:
Lukas Wirth 2025-03-24 13:43:47 +01:00
parent dd2354c985
commit dcd742301e
15 changed files with 99 additions and 543 deletions

View file

@ -12,7 +12,6 @@ pub mod non_empty_vec;
pub mod panic_context;
pub mod process;
pub mod rand;
pub mod thin_vec;
pub mod thread;
pub use itertools;