mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
chore: format code and enable rustfmt CI task (#1212)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#![cfg(feature = "broken")]
|
||||
#![deny(warnings, rust_2018_idioms)]
|
||||
|
||||
use tokio_macros::{assert_ready, assert_not_ready, assert_ready_eq};
|
||||
use futures::{future, Async, Future, Poll};
|
||||
use tokio_macros::{assert_not_ready, assert_ready, assert_ready_eq};
|
||||
|
||||
#[test]
|
||||
fn assert_ready() {
|
||||
|
||||
Reference in New Issue
Block a user