forked from lavina/lavina
add a new nightly flag
This commit is contained in:
parent
4057b4a910
commit
f2ab963f7b
|
@ -1,4 +1,9 @@
|
||||||
#![feature(generators, generator_trait, type_alias_impl_trait)]
|
#![feature(
|
||||||
|
generators,
|
||||||
|
generator_trait,
|
||||||
|
type_alias_impl_trait,
|
||||||
|
impl_trait_in_assoc_type
|
||||||
|
)]
|
||||||
|
|
||||||
mod core;
|
mod core;
|
||||||
mod prelude;
|
mod prelude;
|
||||||
|
|
Loading…
Reference in New Issue