Skip to content

Commit 6a04427

Browse files
author
bors-servo
authored
Auto merge of #170 - kvark:error-kind, r=jdm
Re-export bincode ErrorKind This would allow for better introspection on the error occurred without hooking up to `bincode` explicitly.
2 parents 2d622e5 + 9335a79 commit 6a04427

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)