Skip to content

Commit 408050f

Browse files
The commit causes an ICE
1 parent b997687 commit 408050f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ pub mod reactor;
3636
pub mod backend;
3737
pub mod core;
3838

39+
// we use by default the Error implementation from failure's crate
40+
pub type Result<T> = std::result::Result<T, failure::Error>;

0 commit comments

Comments
 (0)