Make error types public
This commit is contained in:
parent
bf53c6b529
commit
13b901e3d4
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`
|
* Result type of this module. Either `T` or `ConfigError`
|
||||||
|
|
Loading…
Reference in a new issue