chore: reorder use

This commit is contained in:
2021-07-18 12:31:33 +08:00
parent 3e5385e268
commit e9ba9c5f51
10 changed files with 20 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
use std::ops::Deref;
use clap::{ArgMatches, SubCommand, App, Arg};
use yubico_manager::Yubico;
use yubico_manager::config::{Config, Mode, Slot};
use std::ops::Deref;
use rust_util::util_clap::{Command, CommandError};
pub struct CommandImpl;