Remove unused import

This commit is contained in:
Matthias Beyer 2016-01-05 16:23:04 +01:00
parent 22be304a3a
commit 7361f88353

View file

@ -1,7 +1,6 @@
use std::fmt::{Debug, Formatter};
use std::fmt;
use std::ops::Deref;
use std::process::exit;
use clap::ArgMatches;