Skip to content

Commit

Permalink
feat(service): relax service module feature
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed May 10, 2024
1 parent 4b24573 commit 1e8b683
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 1e8b683

Please sign in to comment.