about summary refs log tree commit diff
path: root/library/alloc/tests
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2024-10-12 19:48:28 +0200
committerRalf Jung <post@ralfj.de>2024-10-12 19:48:28 +0200
commita0661ec331e87758fd7e4a4b45f460200e8394ec (patch)
treeeb674c28c99357fdeb961ef6658cfd1a5814fe3e /library/alloc/tests
parent8f8bee4f60d9d3769f75c70d558c27a95761c554 (diff)
remove const_cow_is_borrowed feature gate
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 f43143c6cef..36aa312036d 100644
--- a/library/alloc/tests/lib.rs
+++ b/library/alloc/tests/lib.rs
@@ -4,7 +4,6 @@
 #![feature(assert_matches)]
 #![feature(btree_extract_if)]
 #![feature(cow_is_borrowed)]
-#![feature(const_cow_is_borrowed)]
 #![feature(const_heap)]
 #![cfg_attr(bootstrap, feature(const_mut_refs))]
 #![feature(const_ptr_write)]