mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
chore: apply rustfmt to all crates (#917)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
use timer::{HandlePriv, Registration};
|
||||
use Error;
|
||||
use timer::{Registration, HandlePriv};
|
||||
|
||||
use futures::{Future, Poll};
|
||||
|
||||
use std::time::{Instant, Duration};
|
||||
use std::time::{Duration, Instant};
|
||||
|
||||
/// A future that completes at a specified instant in time.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user