remove an unneeded #![feature] (#14245)

It seems as if `#![feature(binary_heap_into_iter_sorted)]` is not
required anymore.

changelog: none
This commit is contained in:
Alejandra González 2025-02-18 15:02:26 +00:00 committed by GitHub
commit f49b4bc165
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,4 @@
#![feature(array_windows)]
#![feature(binary_heap_into_iter_sorted)]
#![feature(box_patterns)]
#![feature(macro_metavar_expr_concat)]
#![feature(f128)]