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};