diff options
| author | Sebastian Dröge <sebastian@centricular.com> | 2018-10-18 18:48:02 +0300 |
|---|---|---|
| committer | Sebastian Dröge <sebastian@centricular.com> | 2018-10-18 18:51:56 +0300 |
| commit | 52cc6fde4b73a3013ce2185052f9492ae3728367 (patch) | |
| tree | 6b50bb0a8a0fc590b6f61b48268730cf9efe047b /src/liballoc/lib.rs | |
| parent | b08ca2958e1b92c67c3ac0e76455f51742b95d23 (diff) | |
| download | rust-52cc6fde4b73a3013ce2185052f9492ae3728367.tar.gz rust-52cc6fde4b73a3013ce2185052f9492ae3728367.zip | |
Stabilize slice::rchunks(), rchunks_mut(), rchunks_exact(), rchunk_exact_mut()
Fixes #55177
Diffstat (limited to 'src/liballoc/lib.rs')
| -rw-r--r-- | src/liballoc/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index 540a17774e5..84ca7c4fec9 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -119,7 +119,6 @@ #![feature(const_vec_new)] #![feature(slice_partition_dedup)] #![feature(maybe_uninit)] -#![feature(rchunks)] // Allow testing this library |
