mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-25 00:00:18 +02:00
chore: format code and enable rustfmt CI task (#1212)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
use crate::timer::{HandlePriv, Registration};
|
||||
use std::future::Future;
|
||||
use std::pin::Pin;
|
||||
use std::time::{Duration, Instant};
|
||||
use std::task::{self, Poll};
|
||||
use std::time::{Duration, Instant};
|
||||
|
||||
/// A future that completes at a specified instant in time.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user