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}; 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,

View File

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

View File

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