mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-16 09:03:54 -05:00
Align clippy lints
Lints in `main.rs` are not used if there is a `lib.rs` file.
This commit is contained in:
parent
ece689f5ca
commit
cdf2800fa5
11 changed files with 28 additions and 4 deletions
|
|
@ -7,6 +7,7 @@ use url::Url;
|
|||
|
||||
pub use xmr_btc::monero::*;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Wallet(pub wallet::Client);
|
||||
|
||||
impl Wallet {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue