mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
ebb1777398
Add Allocator proxy impls for Box, Rc, and Arc This adds to the existing proxy impl for &T. Fixes https://github.com/rust-lang/wg-allocators/issues/54