diff options
| author | Alejandra González <blyxyas@gmail.com> | 2025-02-18 15:02:26 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-18 15:02:26 +0000 |
| commit | f49b4bc16573a9fac2f4bd0d9399b32828fc933e (patch) | |
| tree | a6ba55b390d19f16657ba03be26a788b08e1fdf2 | |
| parent | e2d9b9a32a83fe568e92083ecd3971d71e508031 (diff) | |
| parent | 758ec1d33239ac0d7c8b427a7945e75900cdb689 (diff) | |
| download | rust-f49b4bc16573a9fac2f4bd0d9399b32828fc933e.tar.gz rust-f49b4bc16573a9fac2f4bd0d9399b32828fc933e.zip | |
remove an unneeded `#![feature]` (#14245)
It seems as if `#![feature(binary_heap_into_iter_sorted)]` is not required anymore. 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 6708be5b332..5349b27de4a 100644 --- a/clippy_lints/src/lib.rs +++ b/clippy_lints/src/lib.rs @@ -1,5 +1,4 @@ #![feature(array_windows)] -#![feature(binary_heap_into_iter_sorted)] #![feature(box_patterns)] #![feature(macro_metavar_expr_concat)] #![feature(f128)] |
