Skip to content

Commit a89ea05

Browse files
authored
Re-expose connect::Error after #49 (#51)
Since #49, we cannot refer to the Error response from the client. This exposes it again
1 parent de1ff4c commit a89ea05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/client/legacy/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
mod client;
33
#[cfg(any(feature = "http1", feature = "http2"))]
44
pub use client::Client;
5+
#[cfg(any(feature = "http1", feature = "http2"))]
6+
pub use client::Error;
57

68
pub mod connect;

0 commit comments

Comments
 (0)