mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-05 20:10:32 +00:00
Disable clippy::{many_single_char_names,op_ref} lint in integration test.
This commit is contained in:
parent
cb59a40ff8
commit
504203654d
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue