Skip to content

Commit b6c428f

Browse files
committed
Fix clippy
1 parent 7566127 commit b6c428f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/coin-store/benches/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ pub async fn setup_db() -> (
121121
.await
122122
.expect("");
123123

124-
for (_i, output) in tx.output.iter().enumerate() {
124+
for output in tx.output.iter() {
125125
let asset_id = match output.asset {
126126
Asset::Explicit(id) => id,
127127

0 commit comments

Comments
 (0)