Skip to content

Commit 17dc278

Browse files
committed
chore: address clippy warnings
1 parent 566d351 commit 17dc278

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aggregation_mode/bin/write_program_image_id_vk_hash.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use alloy::hex::hex;
22
use proof_aggregator::aggregators::{risc0_aggregator, sp1_aggregator};
33
use serde_json::json;
44
use sp1_sdk::HashableKey;
5-
use std::{env, fs, path::Path};
5+
use std::{fs, path::Path};
66
use tracing::info;
77
use tracing_subscriber::FmtSubscriber;
88

aggregation_mode/src/aggregators/risc0_aggregator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ pub(crate) fn run_root_aggregator(
137137

138138
// write input data
139139
let input = risc0_aggregation_program::RootAggregatorInput {
140-
proofs_and_leaves_commitment: proofs_and_leaves_commitment,
140+
proofs_and_leaves_commitment,
141141
};
142142
env_builder
143143
.write(&input)

0 commit comments

Comments
 (0)