diff options
| author | The 8472 <git@infinite-source.de> | 2023-06-08 16:54:46 +0200 |
|---|---|---|
| committer | The 8472 <git@infinite-source.de> | 2023-06-14 09:28:56 +0200 |
| commit | 18c9a12d13fd70b8950a4985f7968ab70ec9b37b (patch) | |
| tree | c199a18092a6904d4151f3b6ccc95549038674ad /compiler/rustc_trait_selection/src/lib.rs | |
| parent | 114d5f221c135e3267fbb966e2f0e582361cd8cb (diff) | |
| download | rust-18c9a12d13fd70b8950a4985f7968ab70ec9b37b.tar.gz rust-18c9a12d13fd70b8950a4985f7968ab70ec9b37b.zip | |
remove hash_drain_filter feature uses
Diffstat (limited to 'compiler/rustc_trait_selection/src/lib.rs')
| -rw-r--r-- | compiler/rustc_trait_selection/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_trait_selection/src/lib.rs b/compiler/rustc_trait_selection/src/lib.rs index df7dc6d024c..56d37d58de7 100644 --- a/compiler/rustc_trait_selection/src/lib.rs +++ b/compiler/rustc_trait_selection/src/lib.rs @@ -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)] |
