Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ss-es committed Jan 7, 2025
1 parent 4b9216b commit 5bb6924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/types/src/traits/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ pub trait Storage<TYPES: NodeType>: Send + Sync + Clone {
self.update_undecided_state(
leaves
.iter()
.map(|(&commitment, &ref leaf)| {
.map(|(&commitment, leaf)| {
(
Commitment::from_raw(commitment.into()),
leaf.clone().to_leaf_unsafe(),
Expand Down

0 comments on commit 5bb6924

Please sign in to comment.