summaryrefslogtreecommitdiffstats
path: root/tokio/tests/timer_throttle.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/tests/timer_throttle.rs')
-rw-r--r--tokio/tests/timer_throttle.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio/tests/timer_throttle.rs b/tokio/tests/timer_throttle.rs
index 7667cd7d..e119ff93 100644
--- a/tokio/tests/timer_throttle.rs
+++ b/tokio/tests/timer_throttle.rs
@@ -1,7 +1,7 @@
#![warn(rust_2018_idioms)]
use tokio::sync::mpsc;
-use tokio::timer::throttle::Throttle;
+use tokio::time::throttle::Throttle;
use tokio_test::task;
use tokio_test::{assert_pending, assert_ready_eq, clock};