Fix rand_os warning in tests

This commit is contained in:
Jack Grigg 2019-10-31 16:36:54 +00:00
parent 2cd8a7f4d2
commit ac4acfa26e
No known key found for this signature in database
GPG Key ID: 9E8255172BBF9898
1 changed files with 1 additions and 2 deletions

View File

@ -186,8 +186,7 @@ pub fn scan_block(
mod tests {
use ff::{Field, PrimeField, PrimeFieldRepr};
use pairing::bls12_381::{Bls12, Fr};
use rand_core::RngCore;
use rand_os::OsRng;
use rand_core::{OsRng, RngCore};
use zcash_primitives::{
jubjub::{fs::Fs, FixedGenerators, JubjubParams, ToUniform},
merkle_tree::CommitmentTree,