use array_windows
instead of windows
in the compiler
This commit is contained in:
parent
255a4c58f5
commit
3435683fd5
11 changed files with 21 additions and 17 deletions
|
@ -27,6 +27,7 @@
|
|||
|
||||
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
|
||||
#![cfg_attr(test, feature(test))]
|
||||
#![feature(array_windows)]
|
||||
#![feature(bool_to_option)]
|
||||
#![feature(box_syntax)]
|
||||
#![feature(crate_visibility_modifier)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue