about summary refs log tree commit diff
path: root/compiler/rustc_hir/src/lib.rs
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2023-11-20 16:20:45 +1100
committerNicholas Nethercote <n.nethercote@gmail.com>2023-11-20 16:20:45 +1100
commitf79911def6957c873805e98837779cb75bdb1435 (patch)
treec1c61b3dc9cf9dee2e5015a5c648a29f937db13c /compiler/rustc_hir/src/lib.rs
parent5bec5ae5452c0e5984941610362b4aa83ff7b71c (diff)
downloadrust-f79911def6957c873805e98837779cb75bdb1435.tar.gz
rust-f79911def6957c873805e98837779cb75bdb1435.zip
Remove unused feature.
Diffstat (limited to 'compiler/rustc_hir/src/lib.rs')
-rw-r--r--compiler/rustc_hir/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_hir/src/lib.rs b/compiler/rustc_hir/src/lib.rs
index 094d5b1e77c..87de3c0870b 100644
--- a/compiler/rustc_hir/src/lib.rs
+++ b/compiler/rustc_hir/src/lib.rs
@@ -4,7 +4,6 @@
 
 #![feature(associated_type_defaults)]
 #![feature(closure_track_caller)]
-#![feature(const_btree_len)]
 #![feature(let_chains)]
 #![feature(min_specialization)]
 #![feature(never_type)]