about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-07-20 15:42:14 -0700
committerAlex Crichton <alex@alexcrichton.com>2017-07-25 07:09:31 -0700
commit46de2af063f976b8b3ac174ee6a0636863fe6a4a (patch)
tree5f6af22eea5cf6c083359db454713613d77ee310 /src/liballoc/lib.rs
parent64c1b233742d3b1ab016160c05beadc42dc10340 (diff)
downloadrust-46de2af063f976b8b3ac174ee6a0636863fe6a4a.tar.gz
rust-46de2af063f976b8b3ac174ee6a0636863fe6a4a.zip
std: Stabilize `str_checked_slicing` feature
Stabilized

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

Closes #39932
Diffstat (limited to 'src/liballoc/lib.rs')
-rw-r--r--src/liballoc/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index 7e6ee4bd49d..2b28538c47d 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -82,7 +82,6 @@
 #![cfg_attr(not(test), feature(core_float))]
 #![cfg_attr(not(test), feature(exact_size_is_empty))]
 #![cfg_attr(not(test), feature(slice_rotate))]
-#![cfg_attr(not(test), feature(str_checked_slicing))]
 #![cfg_attr(test, feature(rand, test))]
 #![cfg_attr(stage0, feature(allocator))]
 #![feature(allow_internal_unstable)]