Skip to content

Commit 1cd741b

Browse files
authored
Merge pull request #3158 from o1-labs/dw/reintro-commit-01f043a
plonk-wasm/verifier index: appease clippy
2 parents c3edee7 + ecf3609 commit 1cd741b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plonk-wasm/src/plonk_verifier_index.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,7 @@ macro_rules! impl_verification_key {
587587
#[wasm_bindgen]
588588
impl [<Wasm $field_name:camel PlonkVerifierIndex>] {
589589
#[wasm_bindgen(constructor)]
590+
#[allow(clippy::too_many_arguments)]
590591
pub fn new(
591592
domain: &WasmDomain,
592593
max_poly_size: i32,
@@ -642,7 +643,7 @@ macro_rules! impl_verification_key {
642643
}
643644
}
644645

645-
pub fn to_wasm<'a>(
646+
pub fn to_wasm(
646647
srs: &Arc<SRS<$G>>,
647648
vi: DlogVerifierIndex<$G, OpeningProof<$G>>,
648649
) -> WasmPlonkVerifierIndex {

0 commit comments

Comments
 (0)