mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 18:18:51 +00:00
Stabilize Vec<T>::shrink_to This PR stabilizes `shrink_to` feature and closes the corresponding issue. The second point was addressed already, and no `panic!` should occur. Closes #56431.