mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-27 10:39:03 +02:00
fix tests for no-default-features
This commit is contained in:
@ -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};
|
||||
|
||||
|
Reference in New Issue
Block a user