From e88082f270384a925df673c93bef17bd088f4e14 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 2 Aug 2016 16:28:21 +0200 Subject: [PATCH] Export MapErrInto trait here as well --- libimagentrylist/src/error.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/libimagentrylist/src/error.rs b/libimagentrylist/src/error.rs index ea454909..32e19f43 100644 --- a/libimagentrylist/src/error.rs +++ b/libimagentrylist/src/error.rs @@ -10,4 +10,5 @@ generate_error_module!( pub use self::error::ListError; pub use self::error::ListErrorKind; +pub use self::error::MapErrInto;