fix import
This commit is contained in:
parent
87fa8cdb96
commit
a20e7cba06
|
@ -3,7 +3,7 @@ use std::{
|
|||
ffi::{c_char, CStr},
|
||||
fs::File,
|
||||
os::raw::c_void,
|
||||
panic::{catch_unwind, AssertUnwindSafe}, io::Cursor,
|
||||
panic::{catch_unwind, AssertUnwindSafe},
|
||||
};
|
||||
|
||||
use ark_bn254::{Bn254, Fr};
|
||||
|
|
Loading…
Reference in New Issue