Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #131929 - LaihoE:replace_default_capacity, r=joboet
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.