https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
https://github.com/rust-lang/rust-clippy/pull/13091
/// can be derived from the policy.
///
/// This example demonstrates the interaction between a bdk wallet and miniscript policy.
-
#[allow(clippy::print_stdout)]
fn main() -> Result<(), Box<dyn Error>> {
// We start with a miniscript policy string
///
/// This example demos a Policy output for a 2of2 multisig between between 2 parties, where the wallet holds
/// one of the Extend Private key.
-
#[allow(clippy::print_stdout)]
fn main() -> Result<(), Box<dyn Error>> {
let secp = bitcoin::secp256k1::Secp256k1::new();
impl std::error::Error for KeyError {}
#[cfg(test)]
-pub mod test {
+mod test {
use bitcoin::bip32;
use super::*;