Tidy imports

This commit is contained in:
Deirdre Connolly 2020-04-15 04:49:13 -04:00 committed by Deirdre Connolly
parent 3eeb9925eb
commit cdfcdc4751
3 changed files with 1 additions and 5 deletions

View File

@ -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,

View File

@ -145,8 +145,6 @@ impl Arbitrary for SproutShieldedAddress {
#[cfg(test)]
mod tests {
use std::str::FromStr;
use super::*;
#[test]

View File

@ -5,8 +5,6 @@ use std::{
#[cfg(test)]
use proptest::{array, collection::vec, prelude::*};
#[cfg(test)]
use proptest_derive::Arbitrary;
use crate::{
proofs::ZkSnarkProof,