1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-26 23:24:47 +02:00

fix tests with disabled features

This commit is contained in:
Nikolay Kim
2019-03-31 17:04:34 -07:00
parent ddf5089bff
commit ce8294740e
4 changed files with 31 additions and 12 deletions

View File

@@ -8,6 +8,7 @@ pub mod body;
mod builder;
pub mod client;
mod config;
#[cfg(any(feature = "flate2-zlib", feature = "flate2-rust", feature = "brotli"))]
pub mod encoding;
mod extensions;
mod header;