Skip to content

Commit bca85f7

Browse files
authored
feat: export client::legacy::Builder (#69)
1 parent e4bf338 commit bca85f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/client/legacy/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
#[cfg(any(feature = "http1", feature = "http2"))]
22
mod client;
33
#[cfg(any(feature = "http1", feature = "http2"))]
4-
pub use client::Client;
5-
#[cfg(any(feature = "http1", feature = "http2"))]
6-
pub use client::Error;
4+
pub use client::{Builder, Client, Error};
75

86
pub mod connect;
97
#[doc(hidden)]

0 commit comments

Comments
 (0)