mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
add explicit_into_iter_loop clippy lint (#8569)
This commit is contained in:
@ -67,7 +67,7 @@ fn generate_test_data(size: usize) -> HashMap<Address, BundleAccount> {
|
||||
|
||||
let mut bundle_builder = BundleBuilder::default();
|
||||
|
||||
for (address, storage) in state.into_iter() {
|
||||
for (address, storage) in state {
|
||||
bundle_builder = bundle_builder.state_storage(address, storage);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user