1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

update imports

This commit is contained in:
Nikolay Kim
2019-03-17 01:08:56 -07:00
parent 9012c46fe1
commit b550f9ecf4
6 changed files with 18 additions and 17 deletions

View File

@ -1,5 +1,5 @@
use actix_http::error::InternalError;
use actix_http::{dev::ResponseBuilder, http::StatusCode, Error, Response};
use actix_http::{http::StatusCode, Error, Response, ResponseBuilder};
use bytes::{Bytes, BytesMut};
use futures::future::{err, ok, Either as EitherFuture, FutureResult};
use futures::{Future, IntoFuture, Poll};