Skip to content

Commit 18c9a12

Browse files
committed
remove hash_drain_filter feature uses
1 parent 114d5f2 commit 18c9a12

File tree

2 files changed

+0
-2
lines changed
  • compiler

2 files changed

+0
-2
lines changed

compiler/rustc_hir_analysis/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ This API is completely unstable and subject to change.
5959
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
6060
#![feature(box_patterns)]
6161
#![feature(control_flow_enum)]
62-
#![feature(hash_drain_filter)]
6362
#![feature(if_let_guard)]
6463
#![feature(is_sorted)]
6564
#![feature(iter_intersperse)]

compiler/rustc_trait_selection/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#![feature(box_patterns)]
1616
#![feature(control_flow_enum)]
1717
#![feature(extract_if)]
18-
#![feature(hash_drain_filter)]
1918
#![feature(let_chains)]
2019
#![feature(if_let_guard)]
2120
#![feature(never_type)]

0 commit comments

Comments
 (0)