removed warnings

This commit is contained in:
Kai Sickeler 2016-07-30 19:21:07 +02:00
parent 6a8c93ee52
commit 34ea40381f

View file

@ -1,7 +1,6 @@
use clap::{Arg, ArgGroup, App, SubCommand};
use clap::{Arg, App, SubCommand};
use libimagentrytag::ui::tag_argument;
use libimagentrytag::ui::tag_argument_name;
pub fn build_ui<'a>(app: App<'a, 'a>) -> App<'a, 'a> {
app