Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
kushudai authored Nov 30, 2023
1 parent 86a8953 commit adc057b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/client/legacy/mod.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
#[cfg(any(feature = "http1", feature = "http2"))]
mod client;
#[cfg(any(feature = "http1", feature = "http2"))]
pub use client::Client;
#[cfg(any(feature = "http1", feature = "http2"))]
pub use client::Error;
#[cfg(any(feature = "http1", feature = "http2"))]
pub use client::Builder;
pub use client::{Builder, Client, Error};

pub mod connect;
#[doc(hidden)]
Expand Down

0 comments on commit adc057b

Please sign in to comment.