Align clippy lints

Lints in `main.rs` are not used if there is a `lib.rs` file.
This commit is contained in:
Franck Royer 2020-12-23 14:33:29 +11:00
parent ece689f5ca
commit cdf2800fa5
No known key found for this signature in database
GPG key ID: A82ED75A8DFC50A4
11 changed files with 28 additions and 4 deletions

View file

@ -7,6 +7,7 @@ use url::Url;
pub use xmr_btc::monero::*;
#[derive(Debug)]
pub struct Wallet(pub wallet::Client);
impl Wallet {