]> git.lizzy.rs Git - rust.git/commit
std: Stabilize `str_checked_slicing` feature
authorAlex Crichton <alex@alexcrichton.com>
Thu, 20 Jul 2017 22:42:14 +0000 (15:42 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 25 Jul 2017 14:09:31 +0000 (07:09 -0700)
commit46de2af063f976b8b3ac174ee6a0636863fe6a4a
tree5f6af22eea5cf6c083359db454713613d77ee310
parent64c1b233742d3b1ab016160c05beadc42dc10340
std: Stabilize `str_checked_slicing` feature

Stabilized

* `<str>::get`
* `<str>::get_mut`
* `<str>::get_unchecked`
* `<str>::get_unchecked_mut`

Closes #39932
src/liballoc/lib.rs
src/liballoc/str.rs
src/liballoc/tests/lib.rs
src/libcore/str/mod.rs