]> git.lizzy.rs Git - rust.git/commitdiff
Fix duplicate maybe_uninit_extra attribute
authorJethro Beekman <jethro@fortanix.com>
Mon, 20 Jul 2020 10:23:47 +0000 (12:23 +0200)
committerJethro Beekman <jethro@fortanix.com>
Mon, 20 Jul 2020 10:44:37 +0000 (12:44 +0200)
src/libstd/lib.rs

index 11b8f953be46008c0a8cd05c3e62da77e8a4ea03..02de3fff29f87131bed42d6449157de5fd7803d4 100644 (file)
     all(target_vendor = "fortanix", target_env = "sgx"),
     feature(slice_index_methods, coerce_unsized, sgx_platform, ptr_wrapping_offset_from)
 )]
-#![cfg_attr(
-    all(test, target_vendor = "fortanix", target_env = "sgx"),
-    feature(fixed_size_array, maybe_uninit_extra)
-)]
+#![cfg_attr(all(test, target_vendor = "fortanix", target_env = "sgx"), feature(fixed_size_array))]
 // std is implemented with unstable features, many of which are internal
 // compiler details that will never be stable
 // NB: the following list is sorted to minimize merge conflicts.