lighthouse/consensus/state_processing/src
Divma ffbf70e2d9 Clippy lints for rust 1.66 (#3810)
## 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
2022-12-16 04:04:00 +00:00
..
common Deposit Cache Finalization & Fast WS Sync (#2915) 2022-10-30 04:04:24 +00:00
per_block_processing Clippy lints for rust 1.66 (#3810) 2022-12-16 04:04:00 +00:00
per_epoch_processing Clippy lints for rust 1.66 (#3810) 2022-12-16 04:04:00 +00:00
upgrade Refactor op pool for speed and correctness (#3312) 2022-08-29 09:10:26 +00:00
block_replayer.rs Consensus context with proposer index caching (#3604) 2022-10-15 22:25:54 +00:00
consensus_context.rs Prioritise important parts of block processing (#3696) 2022-11-30 05:22:58 +00:00
genesis.rs Update to spec v1.1.8 (#2893) 2022-01-19 00:24:19 +00:00
lib.rs Consensus context with proposer index caching (#3604) 2022-10-15 22:25:54 +00:00
macros.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
metrics.rs Cache participating indices for Altair epoch processing (#2416) 2021-07-27 07:01:01 +00:00
per_block_processing.rs Prioritise important parts of block processing (#3696) 2022-11-30 05:22:58 +00:00
per_epoch_processing.rs Realized unrealized experimentation (#3322) 2022-07-25 23:53:26 +00:00
per_slot_processing.rs Update to spec v1.1.8 (#2893) 2022-01-19 00:24:19 +00:00
state_advance.rs Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
upgrade.rs Update to spec v1.1.8 (#2893) 2022-01-19 00:24:19 +00:00
verify_operation.rs Refactor op pool for speed and correctness (#3312) 2022-08-29 09:10:26 +00:00