mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
9c25eb7aa3
Add support for custom allocator in `VecDeque` This follows the [roadmap](https://github.com/rust-lang/wg-allocators/issues/7) of the allocator WG to add custom allocators to collections. `@rustbot` modify labels: +A-allocators +T-libs