Make error types public

This commit is contained in:
Matthias Beyer 2017-01-22 15:15:37 +01:00
parent 2c4946a82c
commit 49b81602c0

View file

@ -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`