mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-04 09:59:17 +02:00
Update to Rust edition 2018
This commit is contained in:
parent
26bdcebe00
commit
3ceff500cf
40 changed files with 105 additions and 102 deletions
|
@ -3,10 +3,10 @@ use ffsend_api::action::params::PARAMS_DEFAULT_DOWNLOAD as DOWNLOAD_DEFAULT;
|
|||
use ffsend_api::url::Url;
|
||||
|
||||
use super::Matcher;
|
||||
use cmd::arg::{
|
||||
use crate::cmd::arg::{
|
||||
ArgDownloadLimit, ArgGenPassphrase, ArgHost, ArgPassword, CmdArgFlag, CmdArgOption,
|
||||
};
|
||||
use util::{env_var_present, quit_error_msg, ErrorHintsBuilder};
|
||||
use crate::util::{env_var_present, quit_error_msg, ErrorHintsBuilder};
|
||||
|
||||
/// The upload command matcher.
|
||||
pub struct UploadMatcher<'a> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue