Fix: unused import

This commit is contained in:
Matthias Beyer 2015-11-27 16:58:19 +01:00
parent e8af265c0c
commit 5bd40d208a
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ use cli::CliConfig;
use std::path::Path;
use config::reader::from_file;
use config::types::Config as Cfg;
use config::types::Value as V;
use config::types::ScalarValue as S;
pub struct Configuration {