mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-26 00:00:16 +02:00
Update Tokio to Rust 2018 (#1082)
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
use timer::{HandlePriv, Registration};
|
||||
use Error;
|
||||
|
||||
use crate::timer::{HandlePriv, Registration};
|
||||
use crate::Error;
|
||||
use futures::{Future, Poll};
|
||||
|
||||
use std::time::{Duration, Instant};
|
||||
|
||||
/// A future that completes at a specified instant in time.
|
||||
|
||||
Reference in New Issue
Block a user