mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
01e8bebaf1
`String::replace_range` was previously called `String::splice`, so this note was necessary to differentiate it from the `Vec` method. Now that it's renamed, this note no longer seems necessary.