1
Fork 0

Remove unused langauge #![feature]s from core.

This commit is contained in:
Mara Bos 2021-08-04 18:14:17 +02:00
parent 37d402eadd
commit 9decf6365d

View file

@ -111,7 +111,6 @@
// Language features: // Language features:
#![feature(abi_unadjusted)] #![feature(abi_unadjusted)]
#![feature(allow_internal_unstable)] #![feature(allow_internal_unstable)]
#![feature(arbitrary_self_types)]
#![feature(asm)] #![feature(asm)]
#![feature(associated_type_bounds)] #![feature(associated_type_bounds)]
#![feature(auto_traits)] #![feature(auto_traits)]
@ -127,7 +126,6 @@
#![feature(const_precise_live_drops)] #![feature(const_precise_live_drops)]
#![feature(const_raw_ptr_deref)] #![feature(const_raw_ptr_deref)]
#![feature(const_refs_to_cell)] #![feature(const_refs_to_cell)]
#![feature(custom_inner_attributes)]
#![feature(decl_macro)] #![feature(decl_macro)]
#![feature(doc_cfg)] #![feature(doc_cfg)]
#![feature(doc_notable_trait)] #![feature(doc_notable_trait)]
@ -142,7 +140,6 @@
#![feature(min_specialization)] #![feature(min_specialization)]
#![feature(negative_impls)] #![feature(negative_impls)]
#![feature(never_type)] #![feature(never_type)]
#![feature(nll)]
#![feature(no_core)] #![feature(no_core)]
#![feature(no_coverage)] // rust-lang/rust#84605 #![feature(no_coverage)] // rust-lang/rust#84605
#![feature(no_niche)] // rust-lang/rust#68303 #![feature(no_niche)] // rust-lang/rust#68303