mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-06 10:39:57 +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
|
@ -2,7 +2,7 @@ use std::time::Duration;
|
|||
|
||||
use ffsend_api::reqwest::{Client, ClientBuilder};
|
||||
|
||||
use cmd::matcher::MainMatcher;
|
||||
use crate::cmd::matcher::MainMatcher;
|
||||
|
||||
/// Create the default client, which is used for generic Send requests.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue