mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-11-01 20:07:02 +00:00
Remove unneeded imports
This commit is contained in:
@@ -2,7 +2,6 @@ use pairing::{
|
|||||||
Engine,
|
Engine,
|
||||||
Field,
|
Field,
|
||||||
PrimeField,
|
PrimeField,
|
||||||
BitIterator
|
|
||||||
};
|
};
|
||||||
|
|
||||||
use bellman::{
|
use bellman::{
|
||||||
@@ -19,7 +18,6 @@ use super::{
|
|||||||
use super::boolean::{
|
use super::boolean::{
|
||||||
self,
|
self,
|
||||||
Boolean,
|
Boolean,
|
||||||
AllocatedBit
|
|
||||||
};
|
};
|
||||||
|
|
||||||
pub struct AllocatedNum<E: Engine> {
|
pub struct AllocatedNum<E: Engine> {
|
||||||
|
|||||||
Reference in New Issue
Block a user