mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-04 01:59:14 +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
|
@ -13,9 +13,9 @@ use super::subcmd::CmdHistory;
|
|||
use super::subcmd::{
|
||||
CmdDebug, CmdDelete, CmdDownload, CmdExists, CmdInfo, CmdParams, CmdPassword, CmdUpload,
|
||||
};
|
||||
use config::{CLIENT_TIMEOUT, CLIENT_TRANSFER_TIMEOUT};
|
||||
use crate::config::{CLIENT_TIMEOUT, CLIENT_TRANSFER_TIMEOUT};
|
||||
#[cfg(feature = "history")]
|
||||
use util::app_history_file_path_string;
|
||||
use crate::util::app_history_file_path_string;
|
||||
|
||||
#[cfg(feature = "history")]
|
||||
lazy_static! {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue