Merge pull request #598 from asuivelentine/imag-notes/warnings
removed warnings
This commit is contained in:
commit
5cd2964fe3
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue