Make error types public
This commit is contained in:
parent
2c4946a82c
commit
49b81602c0
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue