mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-02-14 10:45:47 +00:00
Remove unneeded imports
This commit is contained in:
parent
5118fd5008
commit
39175a0c2a
@ -2,7 +2,6 @@ use pairing::{
|
||||
Engine,
|
||||
Field,
|
||||
PrimeField,
|
||||
BitIterator
|
||||
};
|
||||
|
||||
use bellman::{
|
||||
@ -19,7 +18,6 @@ use super::{
|
||||
use super::boolean::{
|
||||
self,
|
||||
Boolean,
|
||||
AllocatedBit
|
||||
};
|
||||
|
||||
pub struct AllocatedNum<E: Engine> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user