File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ use bdk_wallet::{KeychainKind, Wallet};
3030/// can be derived from the policy.
3131///
3232/// This example demonstrates the interaction between a bdk wallet and miniscript policy.
33-
3433#[ allow( clippy:: print_stdout) ]
3534fn main ( ) -> Result < ( ) , Box < dyn Error > > {
3635 // We start with a miniscript policy string
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ use bdk_wallet::signer::SignersContainer;
2525///
2626/// This example demos a Policy output for a 2of2 multisig between between 2 parties, where the wallet holds
2727/// one of the Extend Private key.
28-
2928#[ allow( clippy:: print_stdout) ]
3029fn main ( ) -> Result < ( ) , Box < dyn Error > > {
3130 let secp = bitcoin:: secp256k1:: Secp256k1 :: new ( ) ;
Original file line number Diff line number Diff line change @@ -982,7 +982,7 @@ impl fmt::Display for KeyError {
982982impl std:: error:: Error for KeyError { }
983983
984984#[ cfg( test) ]
985- pub mod test {
985+ mod test {
986986 use bitcoin:: bip32;
987987
988988 use super :: * ;
You can’t perform that action at this time.
0 commit comments