fix import

This commit is contained in:
Dmitriy Ryajov 2024-01-22 20:02:55 -06:00
parent 87fa8cdb96
commit a20e7cba06
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4
1 changed files with 1 additions and 1 deletions

View File

@ -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};