Skip to content

chore: make clippy happy#2274

Merged
rakita merged 2 commits intobluealloy:mainfrom
argentpapa:main
Mar 21, 2025
Merged

chore: make clippy happy#2274
rakita merged 2 commits intobluealloy:mainfrom
argentpapa:main

Conversation

@argentpapa
Copy link
Contributor

warning: it is more concise to loop over references to containers instead of using explicit iteration methods
   --> crates/database/src/states/bundle_state.rs:597:35
    |
597 |         for (address, account) in self.state.iter() {
    |                                   ^^^^^^^^^^^^^^^^^ help: to write this more concisely, try: `&self.state`

@codspeed-hq
Copy link

codspeed-hq bot commented Mar 21, 2025

CodSpeed Performance Report

Merging #2274 will not alter performance

Comparing argentpapa:main (fe070c9) with main (02ecc88)

Summary

✅ 8 untouched benchmarks

Copy link
Member

@rakita rakita left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

@rakita rakita merged commit 89fc525 into bluealloy:main Mar 21, 2025
29 checks passed
This was referenced Mar 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants