mirror of
https://github.com/logos-storage/rust-bn254-hash.git
synced 2026-02-22 23:03:07 +00:00
remove unused macos-specific import (was breaking some builds)
This commit is contained in:
parent
b65d13f888
commit
1c4e2b9dc1
@ -1,4 +1,6 @@
|
||||
|
||||
#![allow(unused_imports)]
|
||||
|
||||
use ark_ff::prelude::{Zero};
|
||||
use ark_bn254::Fr as F;
|
||||
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
use ark_bn254::{Fr as F};
|
||||
use ark_ff::{BigInteger256, Field, One, PrimeField};
|
||||
use core::str::FromStr;
|
||||
use std::os::macos::raw::stat;
|
||||
use crate::skyscraper::constants::{FunctionBlock, RF1, RC, RC_RAW};
|
||||
use crate::state::State;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user