Removed dependency on unstable feature
This commit is contained in:
parent
0d9cd0d22b
commit
d7341269c9
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
use crate::BarPlugin::Bar;
|
use crate::BarPlugin::Bar;
|
||||||
use crate::GuiHookVec::GuiVec;
|
use crate::GuiHookVec::GuiVec;
|
||||||
use std::ops::{Generator, GeneratorState};
|
|
||||||
use std::pin::Pin;
|
use std::pin::Pin;
|
||||||
use std::rc::Rc;
|
use std::rc::Rc;
|
||||||
use std::thread::yield_now;
|
use std::thread::yield_now;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#![feature(generators, generator_trait, type_alias_impl_trait)]
|
|
||||||
mod BarPlugin;
|
mod BarPlugin;
|
||||||
mod GuiHookVec;
|
mod GuiHookVec;
|
||||||
mod Algorithm;
|
mod Algorithm;
|
||||||
|
|
Loading…
Reference in a new issue