Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cargo clippy
Browse files Browse the repository at this point in the history
hecmas committed Dec 3, 2024
1 parent 5f1a0ef commit f540f9d
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions pil2-components/lib/std/rs/src/std_prod.rs
Original file line number Diff line number Diff line change
@@ -165,8 +165,6 @@ impl<F: PrimeField> StdProd<F> {
}
}

(0..num_rows).for_each(|j| {});

fn update_bus<F: PrimeField>(
airgroup_id: usize,
air_id: usize,
2 changes: 1 addition & 1 deletion pil2-components/lib/std/rs/src/std_sum.rs
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ use proofman_hints::{
get_hint_ids_by_name, mul_hint_fields, HintFieldOptions, HintFieldOutput, HintFieldValue, HintFieldValuesVec,
};

use crate::{debug, print_debug_info, update_debug_data, DebugData, Decider};
use crate::{print_debug_info, update_debug_data, DebugData, Decider};

type SumAirsItem = (usize, usize, Vec<u64>, Vec<u64>, Vec<u64>); // (airgroup_id, air_id, gsum_hints, im_hints, debug_hints_data, debug_hints)

0 comments on commit f540f9d

Please sign in to comment.