diff --git a/src/lib.rs b/src/lib.rs index 15a5811..9df734c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -12,11 +12,7 @@ mod common; pub mod rt; #[cfg(feature = "server")] pub mod server; -#[cfg(all( - feature = "service", - any(feature = "http1", feature = "http2"), - any(feature = "server", feature = "client") -))] +#[cfg(feature = "service")] pub mod service; mod error;