Skip to content

Commit

Permalink
fix: update clippy settings due to isolated testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptonemo committed Oct 20, 2021
1 parent b44ee67 commit 16cb12b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions storage-proofs-update/tests/circuit.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(unused_imports)]
#![allow(dead_code)]
use std::path::Path;

use bellperson::{util_cs::test_cs::TestConstraintSystem, Circuit};
Expand Down

0 comments on commit 16cb12b

Please sign in to comment.