]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #50013 - frewsxcv:frewsxcv-ssplice, r=GuillaumeGomez
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Tue, 17 Apr 2018 16:43:16 +0000 (18:43 +0200)
committerGitHub <noreply@github.com>
Tue, 17 Apr 2018 16:43:16 +0000 (18:43 +0200)
Remove no longer necessary comparison to Vec::splice.

`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.


Trivial merge