Skip to content

Commit

Permalink
feat(service): expose Service and HttpService trait unconditionally
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored and seanmonstar committed Apr 15, 2024
1 parent 172fdfa commit 6aee2e6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/service/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ mod http;
mod service;
mod util;

#[cfg(all(any(feature = "http1", feature = "http2"), feature = "server"))]
pub use self::http::HttpService;
#[cfg(all(
any(feature = "http1", feature = "http2"),
any(feature = "server", feature = "client")
))]
pub use self::service::Service;

pub use self::util::service_fn;

0 comments on commit 6aee2e6

Please sign in to comment.