From 9ccb29901f9d2d701ad8b0cb8961b0777c4a2bca Mon Sep 17 00:00:00 2001 From: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com> Date: Tue, 31 Dec 2024 13:14:15 -0500 Subject: [PATCH] chore: dead code --- snark-verifier/examples/evm-verifier-with-accumulator.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/snark-verifier/examples/evm-verifier-with-accumulator.rs b/snark-verifier/examples/evm-verifier-with-accumulator.rs index b18e992d..d65540f2 100644 --- a/snark-verifier/examples/evm-verifier-with-accumulator.rs +++ b/snark-verifier/examples/evm-verifier-with-accumulator.rs @@ -307,6 +307,7 @@ mod aggregation { #[derive(Clone, Debug)] pub struct AggregationCircuit { pub inner: BaseCircuitBuilder, + #[allow(dead_code)] pub as_proof: Vec, }