Skip to content

Commit 6aee2e6

Browse files
tottotoseanmonstar
authored andcommittedApr 15, 2024·
feat(service): expose Service and HttpService trait unconditionally
1 parent 172fdfa commit 6aee2e6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎src/service/mod.rs

-6
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ mod http;
2525
mod service;
2626
mod util;
2727

28-
#[cfg(all(any(feature = "http1", feature = "http2"), feature = "server"))]
2928
pub use self::http::HttpService;
30-
#[cfg(all(
31-
any(feature = "http1", feature = "http2"),
32-
any(feature = "server", feature = "client")
33-
))]
3429
pub use self::service::Service;
35-
3630
pub use self::util::service_fn;

0 commit comments

Comments
 (0)
Please sign in to comment.