Pass MapErrInto trait out of error module

This commit is contained in:
Matthias Beyer 2016-07-16 23:36:40 +02:00
parent 51bfb60bed
commit 42aaf894dc

View file

@ -9,4 +9,4 @@ generate_error_module!(
pub use self::error::ViewError;
pub use self::error::ViewErrorKind;
pub use self::error::MapErrInto;