Update to Rust edition 2018

This commit is contained in:
timvisee 2019-01-12 23:34:38 +01:00
parent 26bdcebe00
commit 3ceff500cf
No known key found for this signature in database
GPG key ID: 109CBA0BF74036C2
40 changed files with 105 additions and 102 deletions

View file

@ -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.
///