Skip to content

Commit cf6f62c

Browse files
jplatteseanmonstar
authored andcommittedAug 31, 2021
feat(lib): Export rt module independently of Cargo features
1 parent d49c25b commit cf6f62c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ mod error;
7979
mod ext;
8080
#[cfg(test)]
8181
mod mock;
82-
#[cfg(any(feature = "http1", feature = "http2",))]
8382
pub mod rt;
8483
pub mod service;
8584
pub mod upgrade;

0 commit comments

Comments
 (0)
Please sign in to comment.