Make error types public

This commit is contained in:
Matthias Beyer 2017-01-22 15:15:37 +01:00
parent bf53c6b529
commit 13b901e3d4

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` * Result type of this module. Either `T` or `ConfigError`