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:
commit
f49b4bc165
1 changed files with 0 additions and 1 deletions
|
|
@ -1,5 +1,4 @@
|
|||
#![feature(array_windows)]
|
||||
#![feature(binary_heap_into_iter_sorted)]
|
||||
#![feature(box_patterns)]
|
||||
#![feature(macro_metavar_expr_concat)]
|
||||
#![feature(f128)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue