diff --git a/opentelemetry-http/src/lib.rs b/opentelemetry-http/src/lib.rs index 2e68cead25..cee858b647 100644 --- a/opentelemetry-http/src/lib.rs +++ b/opentelemetry-http/src/lib.rs @@ -125,7 +125,7 @@ mod isahc { } } -#[cfg(any(feature = "hyper", feature = "hyper_tls"))] +#[cfg(feature = "hyper")] pub mod hyper { use crate::ResponseExt;