diff options
| author | Mark Simulacrum <mark.simulacrum@gmail.com> | 2017-08-31 18:07:48 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-31 18:07:48 -0600 |
| commit | 88ee66d3c24e178a0a6a21ccfdfb9b1245e26eae (patch) | |
| tree | 5295a107af78a4c32a5bb511311d37c2c536f121 | |
| parent | 9c4bdd3b8702698abbfd8bd2503298ea71c79dc1 (diff) | |
| parent | 945ba85019a21e8c313640de5a5237112d410285 (diff) | |
| download | rust-88ee66d3c24e178a0a6a21ccfdfb9b1245e26eae.tar.gz rust-88ee66d3c24e178a0a6a21ccfdfb9b1245e26eae.zip | |
Rollup merge of #44230 - Phlosioneer:patch-1, r=sfackler
Fix typo in 1.20.0 release notes str::from_boxed_utf8_unchecked rather than ste::
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index c3a7367a2ee..13a976dc30a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -77,7 +77,7 @@ Stabilized APIs - [`slice::sort_unstable_by_key`] - [`slice::sort_unstable_by`] - [`slice::sort_unstable`] -- [`ste::from_boxed_utf8_unchecked`] +- [`str::from_boxed_utf8_unchecked`] - [`str::as_bytes_mut`] - [`str::as_bytes_mut`] - [`str::from_utf8_mut`] |
