Skip to content

Commit eb27828

Browse files
committed
remove an unused feature flag
1 parent 9a12d9a commit eb27828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
#![cfg_attr(test, feature(print_internals, set_stdio, update_panic_count))]
209209
#![cfg_attr(
210210
all(target_vendor = "fortanix", target_env = "sgx"),
211-
feature(slice_index_methods, coerce_unsized, sgx_platform, ptr_wrapping_offset_from)
211+
feature(slice_index_methods, coerce_unsized, sgx_platform)
212212
)]
213213
#![cfg_attr(all(test, target_vendor = "fortanix", target_env = "sgx"), feature(fixed_size_array))]
214214
// std is implemented with unstable features, many of which are internal

0 commit comments

Comments
 (0)