Skip to content

Commit

Permalink
Removed unused usings from mcl fp.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksasj committed Dec 5, 2024
1 parent b0234b6 commit df499d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mcl/src/types/fp.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use blst::blst_fp;
use kzg::G1Fp;

use crate::mcl_methods::{mclBnFp_add, mclBnFp_inv, mclBnFp_mul, mclBnFp_neg, mclBnFp_sqr, mclBnFp_sub, try_init_mcl, Fp};
use crate::mcl_methods::{mclBnFp_add, mclBnFp_neg, try_init_mcl, Fp};

#[repr(C)]
#[derive(Debug, Default, Clone, Copy, Eq, PartialEq)]
Expand Down

0 comments on commit df499d7

Please sign in to comment.