mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +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