From 13b901e3d4782ba4ed0b9579a120a1c005b43917 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 22 Jan 2017 15:15:37 +0100 Subject: [PATCH] Make error types public --- libimagrt/src/configuration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagrt/src/configuration.rs b/libimagrt/src/configuration.rs index 52e51b24..7f26490d 100644 --- a/libimagrt/src/configuration.rs +++ b/libimagrt/src/configuration.rs @@ -34,7 +34,7 @@ generate_error_module!( ); ); -use self::error::{ConfigError, ConfigErrorKind}; +pub use self::error::{ConfigError, ConfigErrorKind}; /** * Result type of this module. Either `T` or `ConfigError`