From cf6f62c71eda3b3a8732d86387e4ed8711cf9a86 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sun, 29 Aug 2021 21:34:28 +0200 Subject: [PATCH] feat(lib): Export rt module independently of Cargo features --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index a85a27699f..eaf6a14318 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -79,7 +79,6 @@ mod error; mod ext; #[cfg(test)] mod mock; -#[cfg(any(feature = "http1", feature = "http2",))] pub mod rt; pub mod service; pub mod upgrade;