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
@@ -18,7 +18,7 @@
use tokio::io::{AsyncRead, AsyncWrite};
use tokio::sync::mpsc;
use tokio::timer::{clock, timer, Delay};
use tokio::time::{clock, timer, Delay};
use bytes::Buf;
use futures_core::ready;