Skip to content

Commit 2a66c28

Browse files
committed
Fix clippy
1 parent e6b6a27 commit 2a66c28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

protocol/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ use thiserror::Error;
2929
use zinc_piop::{
3030
combined_poly_resolver::{CombinedPolyResolverError, Proof as CombinedPolyResolverProof},
3131
ideal_check::{IdealCheckError, Proof as IdealCheckProof},
32-
lookup::{BatchedLookupProof, LookupError},
32+
lookup::LookupError,
3333
multipoint_eval::{MultipointEvalError, Proof as MultipointEvalProof},
3434
projections::ProjectedTrace,
3535
sumcheck::multi_degree::MultiDegreeSumcheckProof,

0 commit comments

Comments
 (0)