Skip to content

Commit b654b1d

Browse files
committed
Remove feature flags from libcore
1 parent e07447c commit b654b1d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/libcore/lib.rs

-3
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@
107107
#![feature(unwind_attributes)]
108108
#![feature(doc_alias)]
109109
#![feature(mmx_target_feature)]
110-
#![feature(tbm_target_feature)]
111-
#![feature(sse4a_target_feature)]
112110
#![feature(arm_target_feature)]
113111
#![feature(powerpc_target_feature)]
114112
#![feature(mips_target_feature)]
@@ -124,7 +122,6 @@
124122
#![feature(non_exhaustive)]
125123
#![feature(structural_match)]
126124
#![feature(abi_unadjusted)]
127-
#![feature(adx_target_feature)]
128125
#![feature(maybe_uninit_slice, maybe_uninit_array)]
129126
#![feature(external_doc)]
130127

0 commit comments

Comments
 (0)