about summary refs log tree commit diff
path: root/library/core/src
diff options
context:
space:
mode:
authorMara Bos <m-ou.se@m-ou.se>2021-08-04 18:14:17 +0200
committerMara Bos <m-ou.se@m-ou.se>2021-08-05 12:55:35 +0200
commit9decf6365da7c69f939893b1d8455ae2084bcb02 (patch)
tree0ae42ad0a3626736291ba468c48f5695d3f2008e /library/core/src
parent37d402eadd4ab5129caa1281d2f354ccf30b1669 (diff)
downloadrust-9decf6365da7c69f939893b1d8455ae2084bcb02.tar.gz
rust-9decf6365da7c69f939893b1d8455ae2084bcb02.zip
Remove unused langauge #![feature]s from core.
Diffstat (limited to 'library/core/src')
-rw-r--r--library/core/src/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/library/core/src/lib.rs b/library/core/src/lib.rs
index 62a8dcd5a44..37be9214108 100644
--- a/library/core/src/lib.rs
+++ b/library/core/src/lib.rs
@@ -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)]
@@ -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)]
@@ -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