Skip to content

Commit

Permalink
Remove unused langauge #![feature]s from core.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Aug 5, 2021
1 parent 37d402e commit 9decf63
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions library/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
// Language features:
#![feature(abi_unadjusted)]
#![feature(allow_internal_unstable)]
#![feature(arbitrary_self_types)]
#![feature(asm)]
#![feature(associated_type_bounds)]
#![feature(auto_traits)]
Expand All @@ -127,7 +126,6 @@
#![feature(const_precise_live_drops)]
#![feature(const_raw_ptr_deref)]
#![feature(const_refs_to_cell)]
#![feature(custom_inner_attributes)]
#![feature(decl_macro)]
#![feature(doc_cfg)]
#![feature(doc_notable_trait)]
Expand All @@ -142,7 +140,6 @@
#![feature(min_specialization)]
#![feature(negative_impls)]
#![feature(never_type)]
#![feature(nll)]
#![feature(no_core)]
#![feature(no_coverage)] // rust-lang/rust#84605
#![feature(no_niche)] // rust-lang/rust#68303
Expand Down

0 comments on commit 9decf63

Please sign in to comment.