Resolve nightly-2021-10-05 clippy complaints

This commit is contained in:
Michael Vines
2021-10-05 22:24:48 -07:00
parent eb4ce3dfed
commit 7027d56064
53 changed files with 229 additions and 293 deletions

View File

@@ -224,6 +224,7 @@ pub trait RemoteWallet {
/// `RemoteWallet` device
#[derive(Debug)]
pub struct Device {
#[allow(dead_code)]
pub(crate) path: String,
pub(crate) info: RemoteWalletInfo,
pub wallet_type: RemoteWalletType,