Fix typo in 1.20.0 release notes

str::from_boxed_utf8_unchecked rather than ste::
This commit is contained in:
Phlosioneer 2017-08-31 19:12:07 -04:00 committed by GitHub
parent 97b01abf3d
commit 945ba85019

View file

@ -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`]