Fix for latest nightly
This commit is contained in:
parent
7ddfeafc84
commit
2c13e25184
@ -2,10 +2,11 @@
|
|||||||
#![feature(slice_fill)]
|
#![feature(slice_fill)]
|
||||||
#![feature(generic_associated_types)]
|
#![feature(generic_associated_types)]
|
||||||
#![feature(const_fn)]
|
#![feature(const_fn)]
|
||||||
|
#![feature(const_fn_fn_ptr_basics)]
|
||||||
|
|
||||||
pub mod executor;
|
pub mod executor;
|
||||||
pub mod flash;
|
pub mod flash;
|
||||||
pub mod io;
|
pub mod io;
|
||||||
|
pub mod rand;
|
||||||
pub mod time;
|
pub mod time;
|
||||||
pub mod util;
|
pub mod util;
|
||||||
pub mod rand;
|
|
Loading…
Reference in New Issue
Block a user