Skip to content

Commit

Permalink
feat(lib): Export rt module independently of Cargo features
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte authored and seanmonstar committed Aug 31, 2021
1 parent d49c25b commit cf6f62c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Expand Up @@ -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;
Expand Down

0 comments on commit cf6f62c

Please sign in to comment.