about summary refs log tree commit diff
path: root/library/core/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/core/src/lib.rs')
-rw-r--r--library/core/src/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/library/core/src/lib.rs b/library/core/src/lib.rs
index b21618e28a4..08c0d6e34cd 100644
--- a/library/core/src/lib.rs
+++ b/library/core/src/lib.rs
@@ -124,11 +124,8 @@
 #![feature(const_hash)]
 #![feature(const_heap)]
 #![feature(const_index_range_slice_index)]
-#![feature(const_ipv4)]
-#![feature(const_ipv6)]
 #![feature(const_likely)]
 #![feature(const_make_ascii)]
-#![feature(const_maybe_uninit_assume_init)]
 #![feature(const_nonnull_new)]
 #![feature(const_num_midpoint)]
 #![feature(const_option_ext)]