mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-03 06:13:07 +00:00
Clippy
This commit is contained in:
parent
c729a3c235
commit
ca3a2fcfc8
@ -309,12 +309,6 @@ mod tests {
|
||||
type Gate = GMiMCGate<F, 4, R>;
|
||||
let gate = Gate::with_constants(constants.clone());
|
||||
|
||||
let config = CircuitConfig {
|
||||
num_wires: 126,
|
||||
num_routed_wires: 200,
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
let permutation_inputs = (0..W).map(F::from_canonical_usize).collect::<Vec<_>>();
|
||||
|
||||
let mut witness = PartialWitness::new();
|
||||
|
||||
@ -68,7 +68,6 @@ impl<F: Extendable<D>, const D: usize> CircuitBuilder<F, D> {
|
||||
proof: &MerkleProofTarget,
|
||||
) {
|
||||
let zero = self.zero();
|
||||
let height = proof.siblings.len();
|
||||
|
||||
let mut state: HashTarget = self.hash_or_noop(leaf_data);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user