summaryrefslogtreecommitdiffstats
path: root/tokio-test/tests/clock.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-test/tests/clock.rs')
-rw-r--r--tokio-test/tests/clock.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-test/tests/clock.rs b/tokio-test/tests/clock.rs
index abb61e23..d9d2fcfc 100644
--- a/tokio-test/tests/clock.rs
+++ b/tokio-test/tests/clock.rs
@@ -1,6 +1,6 @@
#![warn(rust_2018_idioms)]
-use tokio::timer::delay;
+use tokio::time::delay;
use tokio_test::clock::MockClock;
use tokio_test::task;
use tokio_test::{assert_pending, assert_ready};