chore: format code and enable rustfmt CI task (#1212)

This commit is contained in:
Carl Lerche
2019-06-27 00:05:01 -07:00
committed by GitHub
parent 1f47ed3dcc
commit ed4d4a5353
22 changed files with 94 additions and 60 deletions
+1 -1
View File
@@ -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() {