about summary refs log tree commit diff
path: root/library/alloc/tests
diff options
context:
space:
mode:
authorCyborus <cyborus@cyborus.xyz>2024-05-25 20:14:18 -0400
committerCyborus <cyborus@cyborus.xyz>2024-05-26 01:26:24 -0400
commit824ffd29eeaf6581eefdce2a1c462c8ab6339bf4 (patch)
tree042808cf13352e47db7bf09b55bacb36ed139db9 /library/alloc/tests
parent48f00110d0dae38b3046a9ac05d20ea321fd6637 (diff)
downloadrust-824ffd29eeaf6581eefdce2a1c462c8ab6339bf4.tar.gz
rust-824ffd29eeaf6581eefdce2a1c462c8ab6339bf4.zip
Stabilize `slice_flatten`
Diffstat (limited to 'library/alloc/tests')
-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 0eae4ca4b8b..8451be63c2b 100644
--- a/library/alloc/tests/lib.rs
+++ b/library/alloc/tests/lib.rs
@@ -36,7 +36,6 @@
 #![feature(const_str_from_utf8)]
 #![feature(panic_update_hook)]
 #![feature(pointer_is_aligned_to)]
-#![feature(slice_flatten)]
 #![feature(thin_box)]
 #![feature(strict_provenance)]
 #![feature(drain_keep_rest)]