1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

fix tests for no-default-features

This commit is contained in:
Nikolay Kim
2019-03-28 14:27:07 -07:00
parent a2c9ff3a33
commit 878f32c495
4 changed files with 47 additions and 22 deletions

View File

@ -10,6 +10,7 @@ use actix_service::boxed::{self, BoxedNewService};
use actix_service::{
ApplyTransform, IntoNewService, IntoTransform, NewService, Transform,
};
#[cfg(any(feature = "brotli", feature = "flate2-zlib", feature = "flate2-rust"))]
use bytes::Bytes;
use futures::{IntoFuture, Stream};