Skip to content

Commit

Permalink
fix clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
kunxian-xia committed Dec 8, 2023
1 parent 9157d5f commit 6a3e41e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions halo2_proofs/tests/plonk_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,7 @@ fn plonk_api() {
>(verifier_params, pk.get_vk(), &proof[..]);
}

#[allow(unused)]
fn test_plonk_api_ipa() {
use halo2_proofs::poly::ipa::commitment::{IPACommitmentScheme, ParamsIPA};
use halo2_proofs::poly::ipa::multiopen::{ProverIPA, VerifierIPA};
Expand Down

0 comments on commit 6a3e41e

Please sign in to comment.