mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 08:13:11 +00:00
Fix clippy (#1464)
This commit is contained in:
parent
219365d61b
commit
c2a73ad89f
@ -29,6 +29,7 @@ use crate::proof::{StarkOpeningSet, StarkProof, StarkProofWithPublicInputs};
|
|||||||
use crate::stark::Stark;
|
use crate::stark::Stark;
|
||||||
use crate::vanishing_poly::eval_vanishing_poly;
|
use crate::vanishing_poly::eval_vanishing_poly;
|
||||||
|
|
||||||
|
#[allow(clippy::useless_asref)]
|
||||||
pub fn prove<F, C, S, const D: usize>(
|
pub fn prove<F, C, S, const D: usize>(
|
||||||
stark: S,
|
stark: S,
|
||||||
config: &StarkConfig,
|
config: &StarkConfig,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user