mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 08:16:07 +03:00
3b0a02a26b
Generalize Write impl for Vec<u8> to Vec<u8, A> As discussed in the [issue tracker for the wg-allocators working group][1], updating this impl for allocator support was most likely just forgotten previously. This PR fixes this. r? `````@TimDiekmann````` [1]: https://github.com/rust-lang/wg-allocators/issues/86