We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172fdfa commit 6aee2e6Copy full SHA for 6aee2e6
src/service/mod.rs
@@ -25,12 +25,6 @@ mod http;
25
mod service;
26
mod util;
27
28
-#[cfg(all(any(feature = "http1", feature = "http2"), feature = "server"))]
29
pub use self::http::HttpService;
30
-#[cfg(all(
31
- any(feature = "http1", feature = "http2"),
32
- any(feature = "server", feature = "client")
33
-))]
34
pub use self::service::Service;
35
-
36
pub use self::util::service_fn;
0 commit comments