Tidy imports

This commit is contained in:
Deirdre Connolly 2020-04-17 04:20:40 -04:00 committed by Deirdre Connolly
parent 2156c6143b
commit 252acd85d8
2 changed files with 1 additions and 3 deletions

View File

@ -28,8 +28,6 @@ use jubjub;
use rand_core::{CryptoRng, RngCore};
use redjubjub::{self, SpendAuth};
// #[cfg(test)]
// use proptest::{array, prelude::*};
#[cfg(test)]
use proptest_derive::Arbitrary;

View File

@ -1,7 +1,7 @@
use super::*;
#[cfg(test)]
use proptest::{array, prelude::*};
use proptest::prelude::*;
#[cfg(test)]
impl Arbitrary for TransmissionKey {