Remove unneeded extern crate

This commit is contained in:
NikVolf
2019-10-08 16:06:02 +03:00
parent 39971891d5
commit 7844394364
8 changed files with 7 additions and 30 deletions

View File

@@ -469,6 +469,8 @@ impl JubjubBls12 {
#[test]
fn test_jubjub_bls12() {
use hex_literal::hex;
let params = JubjubBls12::new();
tests::test_suite::<Bls12>(&params);