Skip to content

Commit

Permalink
Remove redundant conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
dconnolly committed Nov 6, 2021
1 parent 98cdac2 commit 4e7a947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-consensus/src/primitives/halo2/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ where
for sd in shielded_data {
tracing::trace!(?sd);

let rsp = verifier.ready().await?.call(Item::from(sd).into());
let rsp = verifier.ready().await?.call(Item::from(sd));

async_checks.push(rsp);
}
Expand Down

0 comments on commit 4e7a947

Please sign in to comment.