about summary refs log tree commit diff
path: root/src/liballoc/tests
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/tests
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/tests')
-rw-r--r--src/liballoc/tests/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/tests/lib.rs b/src/liballoc/tests/lib.rs
index c6d70ee7575..75ff7811137 100644
--- a/src/liballoc/tests/lib.rs
+++ b/src/liballoc/tests/lib.rs
@@ -24,7 +24,6 @@
 #![feature(repr_align)]
 #![feature(slice_rotate)]
 #![feature(splice)]
-#![feature(str_checked_slicing)]
 #![feature(str_escape)]
 #![feature(test)]
 #![feature(unboxed_closures)]