aboutsummaryrefslogtreecommitdiff
path: root/tests/cancel.rs
diff options
context:
space:
mode:
authorStjepan Glavina <stjepang@gmail.com>2020-09-19 21:34:44 +0200
committerStjepan Glavina <stjepang@gmail.com>2020-09-19 21:34:44 +0200
commit2404b1b32e45976955ee9403ff79945aa9846c2c (patch)
tree39c23fb23d87fb97ad7bc9f633ba2625df07cfb5 /tests/cancel.rs
parent77a70b5f5d350acdb8380073000831090d6c06b4 (diff)
downloadasync-task-2404b1b32e45976955ee9403ff79945aa9846c2c.tar.gz
Docs and comments
Diffstat (limited to 'tests/cancel.rs')
-rw-r--r--tests/cancel.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cancel.rs b/tests/cancel.rs
index 7461856..a0b097c 100644
--- a/tests/cancel.rs
+++ b/tests/cancel.rs
@@ -7,7 +7,7 @@ use std::time::Duration;
use async_task::Runnable;
use easy_parallel::Parallel;
-use futures_lite::future;
+use smol::future;
// Creates a future with event counters.
//