Skip to content

Commit 2104ac5

Browse files
committed
Remove unused language #![feature]s from alloc.
1 parent 4ddc1f2 commit 2104ac5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

library/alloc/src/lib.rs

-5
Original file line numberDiff line numberDiff line change
@@ -131,16 +131,12 @@
131131
// Language features:
132132
#![feature(allocator_internals)]
133133
#![feature(allow_internal_unstable)]
134-
#![feature(arbitrary_self_types)]
135134
#![feature(associated_type_bounds)]
136-
#![feature(auto_traits)]
137-
#![feature(box_patterns)]
138135
#![feature(box_syntax)]
139136
#![feature(cfg_sanitize)]
140137
#![feature(cfg_target_has_atomic)]
141138
#![feature(const_fn_trait_bound)]
142139
#![feature(const_trait_impl)]
143-
#![feature(decl_macro)]
144140
#![feature(destructuring_assignment)]
145141
#![feature(dropck_eyepatch)]
146142
#![feature(exclusive_range_pattern)]
@@ -150,7 +146,6 @@
150146
#![feature(min_specialization)]
151147
#![feature(negative_impls)]
152148
#![feature(never_type)]
153-
#![feature(nll)]
154149
#![feature(rustc_allow_const_fn_unstable)]
155150
#![feature(rustc_attrs)]
156151
#![feature(staged_api)]

0 commit comments

Comments
 (0)