Stabilize slice::chunks_exact() and slice::chunks_exact_mut()
Fixes #47115
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user