rust/library/alloc
Ryan Lopopolo 1ba885113a
Fix typo in String::try_reserve_exact docs
Copying the pattern from `Vec::try_reserve_exact` and `String::try_reserve`,
it looks like this doc comment is intending to refer to the currently-being-documented
function.
2022-03-27 06:53:55 -07:00
..
benches update vec::retain benchmarks 2021-12-04 16:20:35 +01:00
src Fix typo in String::try_reserve_exact docs 2022-03-27 06:53:55 -07:00
tests Stabilize vec_spare_capacity 2022-01-17 21:07:02 +00:00
Cargo.toml Switch all libraries to the 2021 edition 2021-12-23 19:03:47 +08:00