cargo fix --edition-idioms for librustzcash

This commit is contained in:
Eirik Ogilvie-Wigley 2019-08-20 22:17:29 -06:00
parent 9807a5c1cc
commit 573ffc4e06
1 changed files with 12 additions and 12 deletions

View File

@ -1,16 +1,16 @@
extern crate bellman;
extern crate blake2b_simd;
extern crate blake2s_simd;
extern crate byteorder;
extern crate ff;
extern crate libc;
extern crate pairing;
extern crate rand_core;
extern crate rand_os;
extern crate zcash_primitives;
extern crate zcash_proofs;
extern crate lazy_static;
use lazy_static;
use ff::{PrimeField, PrimeFieldRepr};
use pairing::bls12_381::{Bls12, Fr, FrRepr};