Skip to content

Commit c8cdcc8

Browse files
author
Jethro Beekman
committed
Fix duplicate maybe_uninit_extra attribute
1 parent 05630b0 commit c8cdcc8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/libstd/lib.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,7 @@
224224
all(target_vendor = "fortanix", target_env = "sgx"),
225225
feature(slice_index_methods, coerce_unsized, sgx_platform, ptr_wrapping_offset_from)
226226
)]
227-
#![cfg_attr(
228-
all(test, target_vendor = "fortanix", target_env = "sgx"),
229-
feature(fixed_size_array, maybe_uninit_extra)
230-
)]
227+
#![cfg_attr(all(test, target_vendor = "fortanix", target_env = "sgx"), feature(fixed_size_array))]
231228
// std is implemented with unstable features, many of which are internal
232229
// compiler details that will never be stable
233230
// NB: the following list is sorted to minimize merge conflicts.

0 commit comments

Comments
 (0)