From f8db1273e7a3c14852d5f7bcba3265fff1e30043 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 4 Sep 2016 17:30:18 +0200 Subject: [PATCH] Export MapErrInto as well here --- libimagdiary/src/error.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/libimagdiary/src/error.rs b/libimagdiary/src/error.rs index 53a79f42..5cb37915 100644 --- a/libimagdiary/src/error.rs +++ b/libimagdiary/src/error.rs @@ -13,4 +13,5 @@ generate_error_module!( pub use self::error::DiaryError; pub use self::error::DiaryErrorKind; +pub use self::error::MapErrInto;