Optimize imports causing a warning
This commit is contained in:
parent
888b10afd6
commit
e6e84cdcf2
1 changed files with 1 additions and 3 deletions
|
@ -4,9 +4,7 @@ use ffsend_api::config::downloads_max;
|
|||
|
||||
use super::{CmdArg, CmdArgFlag, CmdArgOption};
|
||||
use crate::cmd::matcher::MainMatcher;
|
||||
use crate::util::{highlight, prompt_yes};
|
||||
|
||||
use crate::util::{quit, ErrorHintsBuilder};
|
||||
use crate::util::{highlight, prompt_yes, quit};
|
||||
|
||||
/// The download limit argument.
|
||||
pub struct ArgDownloadLimit {}
|
||||
|
|
Loading…
Add table
Reference in a new issue