Merge pull request #377 from matthiasbeyer/hotfix-build

Remove unused import
This commit is contained in:
Matthias Beyer 2016-04-21 16:33:29 +02:00
commit bd2f7bc616

View file

@ -1,4 +1,3 @@
use std::ops::Deref;
use std::process::exit; use std::process::exit;
use clap::ArgMatches; use clap::ArgMatches;