aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/spawner.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/spawner.rs')
-rw-r--r--src/runtime/spawner.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/runtime/spawner.rs b/src/runtime/spawner.rs
index a37c667..fbcde2c 100644
--- a/src/runtime/spawner.rs
+++ b/src/runtime/spawner.rs
@@ -1,8 +1,7 @@
cfg_rt! {
+ use crate::future::Future;
use crate::runtime::basic_scheduler;
use crate::task::JoinHandle;
-
- use std::future::Future;
}
cfg_rt_multi_thread! {