aboutsummaryrefslogtreecommitdiff
path: root/examples/spawn.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/spawn.rs')
-rw-r--r--examples/spawn.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/spawn.rs b/examples/spawn.rs
index e3d8280..74de7f9 100644
--- a/examples/spawn.rs
+++ b/examples/spawn.rs
@@ -4,7 +4,7 @@ use std::future::Future;
use std::panic::catch_unwind;
use std::thread;
-use async_task::{Task, Runnable};
+use async_task::{Runnable, Task};
use futures_lite::future;
use once_cell::sync::Lazy;