Skip to content

Commit

Permalink
fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed May 22, 2023
1 parent 591c05e commit 494d061
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ferveo/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#![warn(rust_2018_idioms)]

#[cfg(feature = "bindings-wasm")]
extern crate alloc;

use ark_ec::pairing::Pairing;
use group_threshold_cryptography as tpke;
use itertools::zip_eq;

extern crate alloc;

#[cfg(feature = "bindings-python")]
pub mod bindings_python;

Expand Down

0 comments on commit 494d061

Please sign in to comment.