remove hash_drain_filter feature uses

This commit is contained in:
The 8472 2023-06-08 16:54:46 +02:00
parent 114d5f221c
commit 18c9a12d13
2 changed files with 0 additions and 2 deletions

View File

@ -59,7 +59,6 @@
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
#![feature(box_patterns)]
#![feature(control_flow_enum)]
#![feature(hash_drain_filter)]
#![feature(if_let_guard)]
#![feature(is_sorted)]
#![feature(iter_intersperse)]

View File

@ -15,7 +15,6 @@
#![feature(box_patterns)]
#![feature(control_flow_enum)]
#![feature(extract_if)]
#![feature(hash_drain_filter)]
#![feature(let_chains)]
#![feature(if_let_guard)]
#![feature(never_type)]