Skip to content

Commit bd45435

Browse files
committed
feat: Expose connection::Error as ConnectionError
1 parent 9dc6b05 commit bd45435

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ pub mod client;
2727

2828
mod connection;
2929

30+
pub use connection::Error as ConnectionError;
31+
3032
#[cfg(feature = "unstable-fuzzing")]
3133
pub mod messenger;
3234
#[cfg(not(feature = "unstable-fuzzing"))]

0 commit comments

Comments
 (0)