## Issue Addressed Fixes the new clippy lints for rust 1.66 ## Proposed Changes Most of the changes come from: - [unnecessary_cast](https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast) - [iter_kv_map](https://rust-lang.github.io/rust-clippy/master/index.html#iter_kv_map) - [needless_borrow](https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow) ## Additional Info na |
||
|---|---|---|
| .. | ||
| build_utils.rs | ||
| execution_engine.rs | ||
| genesis_json.rs | ||
| geth.rs | ||
| main.rs | ||
| nethermind.rs | ||
| test_rig.rs | ||
| transactions.rs | ||