rust/library/alloc
Josh Stone 6400736142 Implement Send and Sync for ThinBox<T>
Just like `Box<T>`, `ThinBox<T>` owns its data on the heap, so it should
implement `Send` and `Sync` when `T` does.
2022-06-27 15:49:59 -07:00
..
benches Add VecDeque::extend TrustedLen benchmark 2022-06-17 23:41:03 +02:00
src Implement Send and Sync for ThinBox<T> 2022-06-27 15:49:59 -07:00
tests Fix documentation for with_capacity and reserve families of methods 2022-06-19 20:46:49 +01:00
Cargo.toml Switch all libraries to the 2021 edition 2021-12-23 19:03:47 +08:00