Remove error types from runtime configuration file

This commit is contained in:
Robert Ignat 2017-06-25 17:00:32 +02:00 committed by Matthias Beyer
parent 73d3cf687c
commit aea53dbc6c

View file

@ -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",