Stabilize slice::chunks_exact() and slice::chunks_exact_mut()

Fixes #47115
This commit is contained in:
Sebastian Dröge
2018-10-18 10:22:34 +03:00
parent 121320d523
commit b08ca2958e
5 changed files with 18 additions and 25 deletions

View File

@@ -115,7 +115,6 @@
#![feature(unsize)]
#![feature(allocator_internals)]
#![feature(on_unimplemented)]
#![feature(chunks_exact)]
#![feature(rustc_const_unstable)]
#![feature(const_vec_new)]
#![feature(slice_partition_dedup)]