Skip to content

Commit a98a8b7

Browse files
authored
chore: fixing warnings (#4)
## What ❔ * Fix warnings
1 parent 4415938 commit a98a8b7

File tree

45 files changed

+2153
-92
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2153
-92
lines changed

circuit_defs/bigint_with_control/generated/witness_generation_fn.rs

Lines changed: 180 additions & 0 deletions
Large diffs are not rendered by default.

circuit_defs/bigint_with_control/verifier/src/generated/witness_generation_fn.rs

Lines changed: 180 additions & 0 deletions
Large diffs are not rendered by default.

circuit_defs/bigint_with_control/verifier/src/tests.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ fn test_full_machine_verifier_out_of_simulator() {
145145

146146
set_iterator(it);
147147

148+
#[allow(invalid_value)]
148149
let mut proof_output: ProofOutput<
149150
TREE_CAP_SIZE,
150151
NUM_COSETS,
@@ -189,6 +190,7 @@ fn test_reduced_machine_verifier_out_of_simulator() {
189190

190191
set_iterator(it);
191192

193+
#[allow(invalid_value)]
192194
let mut proof_output: ProofOutput<
193195
TREE_CAP_SIZE,
194196
NUM_COSETS,

0 commit comments

Comments
 (0)