about summary refs log tree commit diff
path: root/library/alloc
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2020-10-12 18:04:14 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2021-01-04 16:20:08 +0000
commitbe226e49e47203602dbe176a0db2ddd188a9a489 (patch)
treee42989f3b1d1716c7c9e3c6f3071607e467c2c7c /library/alloc
parentab5b9aecb9656a6d6e61fc7c14e4f1fe438dde56 (diff)
downloadrust-be226e49e47203602dbe176a0db2ddd188a9a489.tar.gz
rust-be226e49e47203602dbe176a0db2ddd188a9a489.zip
Stabilize split_inclusive
Closes #72360.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'library/alloc')
-rw-r--r--library/alloc/tests/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/alloc/tests/lib.rs b/library/alloc/tests/lib.rs
index cd4174ed400..0b7eeab4e96 100644
--- a/library/alloc/tests/lib.rs
+++ b/library/alloc/tests/lib.rs
@@ -14,7 +14,6 @@
 #![feature(binary_heap_into_iter_sorted)]
 #![feature(binary_heap_drain_sorted)]
 #![feature(slice_ptr_get)]
-#![feature(split_inclusive)]
 #![feature(binary_heap_retain)]
 #![feature(inplace_iteration)]
 #![feature(iter_map_while)]