Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
kunxian-xia committed Nov 14, 2023
1 parent 4d96a25 commit 63e8b9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions halo2_proofs/src/plonk/mv_lookup/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@ impl<C: CurveAffine> Evaluated<C> {

mod benches {
use ark_std::rand::thread_rng;
use env_logger::init;
use ff::Field;
use halo2curves::bn256::Fr;
use std::collections::BTreeMap;
Expand All @@ -460,7 +459,7 @@ mod benches {
#[ignore]
#[test]
fn bench_tivm_btree_map() {
init();
env_logger::init();
let mut rng = thread_rng();

for log_n in 20..26 {
Expand Down

0 comments on commit 63e8b9d

Please sign in to comment.