mirror of https://github.com/fafhrd91/actix-web
fix import
This commit is contained in:
parent
9c3328f338
commit
1c8b831300
|
@ -18,7 +18,7 @@ use actix_http::{
|
|||
use actix_rt::time::{sleep, Sleep};
|
||||
use bytes::Bytes;
|
||||
use derive_more::From;
|
||||
use futures_core::Stream;
|
||||
use futures_core::{ready, Stream};
|
||||
use serde::Serialize;
|
||||
|
||||
#[cfg(feature = "compress")]
|
||||
|
|
Loading…
Reference in New Issue