chore: make clippy happy and bump clippy msrv

This commit is contained in:
志宇
2023-12-29 19:15:57 +08:00
parent c9467dcbb2
commit 1def76f1f1
9 changed files with 16 additions and 35 deletions

View File

@@ -477,7 +477,7 @@ fn populate_with_txids(
let spk = tx
.output
.get(0)
.first()
.map(|txo| &txo.script_pubkey)
.expect("tx must have an output");