time: rename tokio::timer -> tokio::time (#1745)

This commit is contained in:
Carl Lerche
2019-11-06 23:53:46 -08:00
committed by GitHub
parent 4dbe6af0a1
commit 7e35922a1d
42 changed files with 101 additions and 124 deletions
+1 -1
View File
@@ -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};