Skip to content

Commit 2d333bf

Browse files
committed
chore: clippy
1 parent 18953ec commit 2d333bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eip7594/src/verifier.rs

+2
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ impl VerifierContext {
186186
#[deprecated(
187187
note = "This method will be removed from the public API, ie made crate private. Use `recover_cells_and_proofs` instead."
188188
)]
189+
#[allow(deprecated)]
189190
pub fn recover_all_cells(
190191
&self,
191192
cell_ids: Vec<CellID>,
@@ -281,6 +282,7 @@ impl VerifierContext {
281282
#[deprecated(
282283
note = "This method will no longer be used, given we do not need to recover the full extended polynomial"
283284
)]
285+
#[allow(deprecated)]
284286
pub(crate) fn recover_extended_polynomial(
285287
&self,
286288
cell_ids: Vec<CellID>,

0 commit comments

Comments
 (0)