mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-26 15:07:42 +02:00
update imports
This commit is contained in:
@ -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};
|
||||
|
Reference in New Issue
Block a user