cargo fmt

This commit is contained in:
Tim Kuehn
2018-11-06 17:01:27 -08:00
parent 4d2d3f24c6
commit 0cc976b729
8 changed files with 22 additions and 64 deletions

View File

@@ -4,13 +4,7 @@
// license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT.
#![feature(
futures_api,
pin,
arbitrary_self_types,
await_macro,
async_await
)]
#![feature(futures_api, pin, arbitrary_self_types, await_macro, async_await)]
use clap::{App, Arg};
use futures::{