mirror of https://github.com/fafhrd91/actix-web
cleaned up
This commit is contained in:
parent
4cfc3fd570
commit
5745a7a67a
|
@ -12,10 +12,7 @@ use actix_rt::Runtime;
|
||||||
use actix_server_config::ServerConfig;
|
use actix_server_config::ServerConfig;
|
||||||
use actix_service::{FnService, IntoNewService, NewService, Service};
|
use actix_service::{FnService, IntoNewService, NewService, Service};
|
||||||
use bytes::{Bytes, BytesMut};
|
use bytes::{Bytes, BytesMut};
|
||||||
use futures::{
|
use futures::{future::{lazy, ok, Future}, stream::Stream};
|
||||||
future::{lazy, ok, Future},
|
|
||||||
stream::Stream,
|
|
||||||
};
|
|
||||||
use serde::de::DeserializeOwned;
|
use serde::de::DeserializeOwned;
|
||||||
use serde_json;
|
use serde_json;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue