Skip to content

Commit 8abf2ba

Browse files
committed
clippy: fix the ignored_unit_patterns lint
Just style.
1 parent 6db0383 commit 8abf2ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/tx.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ fn main() {
3232

3333
let res = tx.verify_tx_amt_proofs(&secp, &[txout]);
3434
match res {
35-
Ok(_) => {}
35+
Ok(()) => {}
3636
Err(e) => {
3737
panic!("{}", e);
3838
}

0 commit comments

Comments
 (0)