Enable nightly feature
This commit is contained in:
parent
386a3b7403
commit
1913df1f3d
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
#![feature(const_mut_refs)]
|
#![feature(const_mut_refs)]
|
||||||
#![feature(const_trait_impl)]
|
#![feature(const_trait_impl)]
|
||||||
#![feature(effects)]
|
#![feature(effects)]
|
||||||
|
#![feature(iterator_try_reduce)]
|
||||||
|
#![feature(try_blocks)]
|
||||||
|
|
||||||
// pub mod colorizer;
|
// pub mod colorizer;
|
||||||
pub mod env;
|
pub mod env;
|
||||||
|
|
Loading…
Reference in a new issue