From 2104ac5706df99777d7bb7bebc264d3f439fba9f Mon Sep 17 00:00:00 2001 From: Mara Bos Date: Wed, 4 Aug 2021 19:17:35 +0200 Subject: Remove unused language #![feature]s from alloc. --- library/alloc/src/lib.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'library/alloc/src') diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs index c8ae9d9a38b..6f2c24422fd 100644 --- a/library/alloc/src/lib.rs +++ b/library/alloc/src/lib.rs @@ -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)] @@ -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)] -- cgit 1.4.1-3-g733a5