Fix: unused import

This commit is contained in:
Matthias Beyer 2015-11-27 16:57:35 +01:00
parent 6926363f70
commit e8af265c0c
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ extern crate clap;
use cli::CliConfig;
use std::path::Path;
use clap::{App, ArgMatches};
use config::reader::from_file;
use config::types::Config as Cfg;
use config::types::Value as V;