Skip to content

Commit

Permalink
Remove unused language #![feature]s from alloc.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Oct 19, 2021
1 parent 4ddc1f2 commit 2104ac5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions library/alloc/src/lib.rs
Expand Up @@ -131,16 +131,12 @@
// Language features:
#![feature(allocator_internals)]
#![feature(allow_internal_unstable)]
#![feature(arbitrary_self_types)]
#![feature(associated_type_bounds)]
#![feature(auto_traits)]
#![feature(box_patterns)]
#![feature(box_syntax)]
#![feature(cfg_sanitize)]
#![feature(cfg_target_has_atomic)]
#![feature(const_fn_trait_bound)]
#![feature(const_trait_impl)]
#![feature(decl_macro)]
#![feature(destructuring_assignment)]
#![feature(dropck_eyepatch)]
#![feature(exclusive_range_pattern)]
Expand All @@ -150,7 +146,6 @@
#![feature(min_specialization)]
#![feature(negative_impls)]
#![feature(never_type)]
#![feature(nll)]
#![feature(rustc_allow_const_fn_unstable)]
#![feature(rustc_attrs)]
#![feature(staged_api)]
Expand Down

0 comments on commit 2104ac5

Please sign in to comment.