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