Skip to content

Commit

Permalink
Rollup merge of rust-lang#44230 - Phlosioneer:patch-1, r=sfackler
Browse files Browse the repository at this point in the history
Fix typo in 1.20.0 release notes

str::from_boxed_utf8_unchecked rather than ste::
  • Loading branch information
Mark-Simulacrum authored Sep 1, 2017
2 parents 9c4bdd3 + 945ba85 commit 88ee66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`]
Expand Down

0 comments on commit 88ee66d

Please sign in to comment.