mirror of
https://github.com/openharmony/third_party_rust_hyper.git
synced 2026-07-18 19:04:27 -04:00
feat(lib): Export rt module independently of Cargo features
This commit is contained in:
committed by
Sean McArthur
parent
8b86ece1fe
commit
7a5ebb6cd8
@@ -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