add binary_heap_into_iter_sorted nightly feature
This commit is contained in:
parent
aefd094548
commit
507f88f5d4
@ -2,6 +2,7 @@
|
||||
#![feature(array_windows)]
|
||||
#![feature(decl_macro)]
|
||||
#![feature(iter_array_chunks)]
|
||||
#![feature(binary_heap_into_iter_sorted)]
|
||||
|
||||
pub mod days;
|
||||
pub mod utils;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user