From 6b3695b36ff061fe920e1972f16c70959bef22a1 Mon Sep 17 00:00:00 2001 From: Lalit Kumar Bhasin Date: Tue, 7 May 2024 10:26:09 -0700 Subject: [PATCH] fix ci --- opentelemetry-http/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;