Skip to content

Commit 6e879b0

Browse files
committed
Remove unused langauge #![feature]s from core.
1 parent f1fdef4 commit 6e879b0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

library/core/src/lib.rs

-4
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@
111111
// Language features:
112112
#![feature(abi_unadjusted)]
113113
#![feature(allow_internal_unstable)]
114-
#![feature(arbitrary_self_types)]
115114
#![feature(asm)]
116115
#![feature(associated_type_bounds)]
117116
#![feature(auto_traits)]
@@ -127,7 +126,6 @@
127126
#![feature(const_precise_live_drops)]
128127
#![feature(const_raw_ptr_deref)]
129128
#![feature(const_refs_to_cell)]
130-
#![feature(custom_inner_attributes)]
131129
#![feature(decl_macro)]
132130
#![feature(doc_cfg)]
133131
#![feature(doc_notable_trait)]
@@ -142,7 +140,6 @@
142140
#![feature(min_specialization)]
143141
#![feature(negative_impls)]
144142
#![feature(never_type)]
145-
#![feature(nll)]
146143
#![feature(no_core)]
147144
#![feature(no_coverage)] // rust-lang/rust#84605
148145
#![feature(no_niche)] // rust-lang/rust#68303
@@ -159,7 +156,6 @@
159156
#![feature(try_blocks)]
160157
#![feature(unboxed_closures)]
161158
#![feature(unsized_fn_params)]
162-
#![feature(unwind_attributes)]
163159

164160
// Target features:
165161
#![feature(aarch64_target_feature)]

0 commit comments

Comments
 (0)