mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
b13176595d
better default capacity for str::replace Adds smarter capacity for str::replace in cases where we know that the output will be at least as long as the original string.