diff options
| author | bors <bors@rust-lang.org> | 2023-04-10 12:55:50 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-04-10 12:55:50 +0000 |
| commit | 4904d754e07fd802bcd377c7e19d877a2f2895c8 (patch) | |
| tree | c075a5d7c4f5ec1c56099abbc1477eb92ba9fa71 | |
| parent | 015fb8a9e33fccf8aa1e53a33f187940a845016f (diff) | |
| parent | d6fe73db3fea55511db95969d13de5e1f5be327e (diff) | |
| download | rust-4904d754e07fd802bcd377c7e19d877a2f2895c8.tar.gz rust-4904d754e07fd802bcd377c7e19d877a2f2895c8.zip | |
Auto merge of #10624 - the8472:remove-drain-filter-feature, r=xFrednet
remove unusued `#![feature(drain_filter)]` The unstable feature does not appear to be used and its presence blocks work in https://github.com/rust-lang/rust/pull/104455 changelog: none
| -rw-r--r-- | clippy_lints/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clippy_lints/src/lib.rs b/clippy_lints/src/lib.rs index bac82eca817..b0ec14855e7 100644 --- a/clippy_lints/src/lib.rs +++ b/clippy_lints/src/lib.rs @@ -1,7 +1,6 @@ #![feature(array_windows)] #![feature(binary_heap_into_iter_sorted)] #![feature(box_patterns)] -#![feature(drain_filter)] #![feature(if_let_guard)] #![feature(iter_intersperse)] #![feature(let_chains)] |
