Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Kindi-0 committed Sep 18, 2024
1 parent 3784b9d commit c388e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/src/logup_gkr/mod.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
use alloc::vec::Vec;
use tracing::instrument;
use core::ops::Add;

use air::{EvaluationFrame, GkrData, LogUpGkrEvaluator};
use math::FieldElement;
use sumcheck::{EqFunction, MultiLinearPoly, SumCheckProverError};
use tracing::instrument;
use utils::{ByteReader, ByteWriter, Deserializable, DeserializationError, Serializable};

use crate::Trace;
Expand Down

0 comments on commit c388e16

Please sign in to comment.