From 42aaf894dcbb577f2b9ae8eb16c53c9cea5d3718 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 16 Jul 2016 23:36:40 +0200 Subject: [PATCH] Pass MapErrInto trait out of error module --- libimagentryview/src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagentryview/src/error.rs b/libimagentryview/src/error.rs index 87a72641..f26c6081 100644 --- a/libimagentryview/src/error.rs +++ b/libimagentryview/src/error.rs @@ -9,4 +9,4 @@ generate_error_module!( pub use self::error::ViewError; pub use self::error::ViewErrorKind; - +pub use self::error::MapErrInto;