Fix clippy (#1464)

This commit is contained in:
Robin Salen 2024-01-12 15:09:19 +01:00 committed by GitHub
parent 219365d61b
commit c2a73ad89f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,7 @@ use crate::proof::{StarkOpeningSet, StarkProof, StarkProofWithPublicInputs};
use crate::stark::Stark;
use crate::vanishing_poly::eval_vanishing_poly;
#[allow(clippy::useless_asref)]
pub fn prove<F, C, S, const D: usize>(
stark: S,
config: &StarkConfig,