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