Skip to content

Commit 9335a79

Browse files
authored
Re-export bincode ErrorKind
1 parent 2d622e5 commit 9335a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ pub mod router;
4242
#[cfg(test)]
4343
mod test;
4444

45-
pub use bincode::Error;
45+
pub use bincode::{Error, ErrorKind};

0 commit comments

Comments
 (0)