Remove error types from runtime configuration file
This commit is contained in:
parent
73d3cf687c
commit
aea53dbc6c
1 changed files with 0 additions and 3 deletions
|
@ -24,9 +24,6 @@ use std::ops::Deref;
|
|||
use toml::Value;
|
||||
use clap::App;
|
||||
|
||||
use error::RuntimeErrorKind as REK;
|
||||
use libimagerror::into::IntoError;
|
||||
|
||||
generate_error_module!(
|
||||
generate_error_types!(ConfigError, ConfigErrorKind,
|
||||
TOMLParserError => "TOML Parsing error",
|
||||
|
|
Loading…
Reference in a new issue