about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-10-19 11:03:35 +0800
committerkennytm <kennytm@gmail.com>2018-10-19 16:47:55 +0800
commit4763c2240202cd460c4a9cb8fcbd242a610e550a (patch)
tree02af6b39b77be989dd30b72acbc86bd3a5e1e344 /src/liballoc/lib.rs
parent399314d802366023fc3d2b7ac7b7decfcc3397ea (diff)
parent52cc6fde4b73a3013ce2185052f9492ae3728367 (diff)
downloadrust-4763c2240202cd460c4a9cb8fcbd242a610e550a.tar.gz
rust-4763c2240202cd460c4a9cb8fcbd242a610e550a.zip
Rollup merge of #55178 - sdroege:stabilize-chunks-exact, r=alexcrichton
Stabilize slice::chunks_exact(), chunks_exact_mut(), rchunks(), rchunks_mut(), rchunks_exact(), rchunks_exact_mut()

Fixes #47115, #55177
Diffstat (limited to 'src/liballoc/lib.rs')
-rw-r--r--src/liballoc/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index 0cad471d9a1..84ca7c4fec9 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -115,12 +115,10 @@
 #![feature(unsize)]
 #![feature(allocator_internals)]
 #![feature(on_unimplemented)]
-#![feature(chunks_exact)]
 #![feature(rustc_const_unstable)]
 #![feature(const_vec_new)]
 #![feature(slice_partition_dedup)]
 #![feature(maybe_uninit)]
-#![feature(rchunks)]
 
 // Allow testing this library