mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 18:25:29 +00:00
Fix a minor mistake in `String::try_reserve_exact` examples The examples of `String::try_reserve_exact` didn't actually use `try_reserve_exact`, which was probably a minor mistake, and this PR fixed it.