diff --git a/tests/plonk_api.rs b/tests/plonk_api.rs index bc2e717..8973ee7 100644 --- a/tests/plonk_api.rs +++ b/tests/plonk_api.rs @@ -1,3 +1,6 @@ +#![allow(clippy::many_single_char_names)] +#![allow(clippy::op_ref)] + use group::Curve; use halo2::arithmetic::FieldExt; use halo2::dev::MockProver;