feat(lib): Export rt module independently of Cargo features
This commit is contained in:
committed by
Sean McArthur
parent
d49c25b224
commit
cf6f62c71e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user