Skip to content

Commit

Permalink
feat: export client::legacy::Builder (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
kushudai committed Dec 1, 2023
1 parent e4bf338 commit bca85f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/client/legacy/mod.rs
Original file line number Diff line number Diff line change
@@ -1,9 +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;
pub use client::{Builder, Client, Error};

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

0 comments on commit bca85f7

Please sign in to comment.