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 d49c25b224
commit cf6f62c71e

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;