mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
35b46de61b
Clairify Vec::capacity docs Update both the text and example to be clear that the method gives *total*, (not *spare*) capacity Fixes #103326