feat(lib): Export rt module independently of Cargo features

This commit is contained in:
Jonas Platte
2021-08-29 21:34:28 +02:00
committed by Sean McArthur
parent 8b86ece1fe
commit 7a5ebb6cd8
-1
View File
@@ -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;