Skip to content

Commit

Permalink
remove the only warning in the project
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSB committed May 15, 2020
1 parent 44e393b commit 608c27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zcash/src/librustzcash/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ pub mod zip32;
use crate::librustzcash::sapling_crypto::jubjub::JubjubBls12;

lazy_static! {
pub static ref JUBJUB: JubjubBls12 = { JubjubBls12::new() };
pub static ref JUBJUB: JubjubBls12 = JubjubBls12::new();
}

0 comments on commit 608c27d

Please sign in to comment.