From 72a58b7ca8b253cdc214052078526de66123f775 Mon Sep 17 00:00:00 2001 From: grey Date: Fri, 7 Jun 2019 13:30:14 -0700 Subject: [PATCH] cargo fmt --- async_ex1/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async_ex1/src/main.rs b/async_ex1/src/main.rs index a3acde76..25fa3bc5 100644 --- a/async_ex1/src/main.rs +++ b/async_ex1/src/main.rs @@ -22,8 +22,8 @@ use std::io; use actix_web::{ client::Client, - web::{self, BytesMut}, error::ErrorBadRequest, + web::{self, BytesMut}, App, Error, HttpResponse, HttpServer, }; use futures::{Future, Stream};