Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
montekki committed May 23, 2024
1 parent 8641e95 commit c67df71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/world_diff.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,14 @@ impl WorldDiff {
self.storage_changes.as_ref()
}

#[allow(clippy::type_complexity)]
pub fn get_storage_changes(
&self,
) -> BTreeMap<(H160, U256), (Option<(u16, U256)>, (u16, U256))> {
self.storage_changes.changes_after(0)
}

#[allow(clippy::type_complexity)]
pub fn get_storage_changes_after(
&self,
snapshot: &Snapshot,
Expand Down

0 comments on commit c67df71

Please sign in to comment.