Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
xqft committed Oct 10, 2023
1 parent 3728cb1 commit bc36845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verifier_circuit_tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ impl From<&VerifierIndex<Pallas, OpeningProof<Pallas>>> for VerifierIndexTS {
.get()
.unwrap()
.coeffs()
.into_iter()
.iter()
.map(|e| e.to_hex())
.collect::<Vec<_>>(),
w: w.get().unwrap().to_hex(),
Expand Down

0 comments on commit bc36845

Please sign in to comment.