From 7a5ebb6cd81e2b5dccf0e3b61853fcdf59d4bf12 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 a85a2769..eaf6a143 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;