about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMara Bos <m-ou.se@m-ou.se>2021-08-04 19:17:35 +0200
committerMara Bos <m-ou.se@m-ou.se>2021-10-19 14:51:25 +0200
commit4ddc1f2109232461c07e4b2e5f5a09f76a66e91f (patch)
tree29d9cd42db094ebc3d7e257d4dd36f5f5c443942
parente0c5ed0c182918093002acd10caaa0cb8ec8044a (diff)
downloadrust-4ddc1f2109232461c07e4b2e5f5a09f76a66e91f.tar.gz
rust-4ddc1f2109232461c07e4b2e5f5a09f76a66e91f.zip
Remove unused library #![feature]s from alloc.
-rw-r--r--library/alloc/src/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs
index a143c4e8dde..c8ae9d9a38b 100644
--- a/library/alloc/src/lib.rs
+++ b/library/alloc/src/lib.rs
@@ -99,7 +99,6 @@
 #![cfg_attr(not(no_global_oom_handling), feature(const_btree_new))]
 #![feature(const_cow_is_borrowed)]
 #![feature(core_intrinsics)]
-#![feature(cow_is_borrowed)]
 #![feature(dispatch_from_dyn)]
 #![feature(exact_size_is_empty)]
 #![feature(extend_one)]
@@ -111,7 +110,6 @@
 #![feature(layout_for_ptr)]
 #![feature(maybe_uninit_extra)]
 #![feature(maybe_uninit_slice)]
-#![feature(maybe_uninit_uninit_array)]
 #![cfg_attr(test, feature(new_uninit))]
 #![feature(nonnull_slice_from_raw_parts)]
 #![feature(option_result_unwrap_unchecked)]
@@ -120,7 +118,6 @@
 #![feature(receiver_trait)]
 #![feature(set_ptr_value)]
 #![feature(slice_group_by)]
-#![feature(slice_partition_dedup)]
 #![feature(slice_ptr_get)]
 #![feature(slice_ptr_len)]
 #![feature(slice_range)]