Skip to content

Commit

Permalink
feat(service): relax service module feature (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed May 28, 2024
1 parent dd6466b commit b24f563
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ mod common;
pub mod rt;
#[cfg(feature = "server")]
pub mod server;
#[cfg(all(
feature = "service",
any(feature = "http1", feature = "http2"),
any(feature = "server", feature = "client")
))]
#[cfg(feature = "service")]
pub mod service;

mod error;

0 comments on commit b24f563

Please sign in to comment.