We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4bf338 commit bca85f7Copy full SHA for bca85f7
src/client/legacy/mod.rs
@@ -1,9 +1,7 @@
1
#[cfg(any(feature = "http1", feature = "http2"))]
2
mod client;
3
4
-pub use client::Client;
5
-#[cfg(any(feature = "http1", feature = "http2"))]
6
-pub use client::Error;
+pub use client::{Builder, Client, Error};
7
8
pub mod connect;
9
#[doc(hidden)]
0 commit comments