Tidy imports
This commit is contained in:
parent
3eeb9925eb
commit
cdfcdc4751
|
|
@ -8,7 +8,7 @@ use std::{
|
||||||
use bech32::{self, FromBase32, ToBase32};
|
use bech32::{self, FromBase32, ToBase32};
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
use proptest::{arbitrary::Arbitrary, array, prelude::*};
|
use proptest::prelude::*;
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
keys::sapling,
|
keys::sapling,
|
||||||
|
|
|
||||||
|
|
@ -145,8 +145,6 @@ impl Arbitrary for SproutShieldedAddress {
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
|
|
||||||
use std::str::FromStr;
|
|
||||||
|
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,6 @@ use std::{
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
use proptest::{array, collection::vec, prelude::*};
|
use proptest::{array, collection::vec, prelude::*};
|
||||||
#[cfg(test)]
|
|
||||||
use proptest_derive::Arbitrary;
|
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
proofs::ZkSnarkProof,
|
proofs::ZkSnarkProof,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue