mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
time: rename tokio::timer -> tokio::time (#1745)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user