Remove unused import

This commit is contained in:
Matthias Beyer 2016-01-05 16:36:06 +01:00
parent 4f8886f3c7
commit 128fa427f8

View file

@ -1,6 +1,5 @@
use std::fmt::{Debug, Formatter};
use std::fmt::Result as FMTResult;
use std::rc::Rc;
use std::ops::Deref;
use clap::ArgMatches;