Skip to content

Commit

Permalink
Re-expose connect::Error after #49
Browse files Browse the repository at this point in the history
Since #49, we cannot refer to the Error response from the client. This
exposes it again
  • Loading branch information
howardjohn committed Nov 16, 2023
1 parent de1ff4c commit 6320029
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/legacy/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
mod client;
#[cfg(any(feature = "http1", feature = "http2"))]
pub use client::Client;
#[cfg(any(feature = "http1", feature = "http2"))]
pub use client::Error;

pub mod connect;

0 comments on commit 6320029

Please sign in to comment.