Skip to content

Commit

Permalink
chore: fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ashWhiteHat committed Nov 24, 2023
1 parent a74f25b commit 78e675a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions nova/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![doc = include_str!("../README.md")]
#![allow(unused_variables, dead_code)]

mod circuit;
mod function;
Expand Down
3 changes: 3 additions & 0 deletions zkstd/tests/grumpkin.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#![allow(clippy::suspicious_arithmetic_impl)]
#![allow(clippy::suspicious_op_assign_impl)]

use zkstd::arithmetic::bits_256::*;
use zkstd::arithmetic::weierstrass::*;
use zkstd::circuit::CircuitDriver;
Expand Down

0 comments on commit 78e675a

Please sign in to comment.