mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
cf50f5f965
The function is unused by rustc. Also, it doesn't really follow the usual meaning of a `with_capacity` function because the first chunk allocation is now delayed until the first `alloc` call. This change reduces the size of `TypedArena` by one `usize`.