Skip to content

Commit 848f4fa

Browse files
committed
remove feature attributes as const_{array,slice}_from_ref is stabilized
1 parent f9cde2c commit 848f4fa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

library/core/src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@
114114
#![feature(const_align_offset)]
115115
#![feature(const_alloc_layout)]
116116
#![feature(const_arguments_as_str)]
117-
#![feature(const_array_from_ref)]
118117
#![feature(const_array_into_iter_constructors)]
119118
#![feature(const_bigint_helper_methods)]
120119
#![feature(const_black_box)]
@@ -148,7 +147,6 @@
148147
#![feature(const_size_of_val)]
149148
#![feature(const_size_of_val_raw)]
150149
#![feature(const_slice_from_raw_parts_mut)]
151-
#![feature(const_slice_from_ref)]
152150
#![feature(const_slice_split_at_mut)]
153151
#![feature(const_str_from_utf8_unchecked_mut)]
154152
#![feature(const_strict_overflow_ops)]

0 commit comments

Comments
 (0)