Skip to content

Commit

Permalink
chore: fix unused import breaking release compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Jan 8, 2024
1 parent 0e6c03e commit 87c5f34
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ferveo/benches/benchmarks/eval_domain.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#![allow(clippy::redundant_closure)]
#![allow(clippy::unit_arg)]

pub use ark_bls12_381::Bls12_381 as EllipticCurve;
use ark_ff::Field;
use ark_poly::EvaluationDomain;
use criterion::{black_box, criterion_group, BenchmarkId, Criterion};
Expand Down
1 change: 0 additions & 1 deletion ferveo/src/dkg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ pub(crate) mod test_common {
use std::str::FromStr;

pub use ark_bls12_381::Bls12_381 as E;
pub use ark_ff::UniformRand;
use ferveo_common::Keypair;

pub use super::*;
Expand Down

0 comments on commit 87c5f34

Please sign in to comment.