lighthouse/consensus/state_processing/src/per_block_processing
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
..
altair Clippy lints for rust 1.66 (#3810) 2022-12-16 04:04:00 +00:00
altair.rs Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
block_signature_verifier.rs Prioritise important parts of block processing (#3696) 2022-11-30 05:22:58 +00:00
errors.rs Consensus context with proposer index caching (#3604) 2022-10-15 22:25:54 +00:00
is_valid_indexed_attestation.rs Rust 1.54.0 lints (#2483) 2021-07-30 01:11:47 +00:00
process_operations.rs Prioritise important parts of block processing (#3696) 2022-11-30 05:22:58 +00:00
signature_sets.rs Consensus context with proposer index caching (#3604) 2022-10-15 22:25:54 +00:00
tests.rs Consensus context with proposer index caching (#3604) 2022-10-15 22:25:54 +00:00
verify_attestation.rs Prioritise important parts of block processing (#3696) 2022-11-30 05:22:58 +00:00
verify_attester_slashing.rs Rust 1.54.0 lints (#2483) 2021-07-30 01:11:47 +00:00
verify_deposit.rs Optimise HTTP validator lookups (#3559) 2022-10-15 22:25:51 +00:00
verify_exit.rs removed verify_exit_time_independent_only function (#2509) 2021-08-30 06:41:30 +00:00
verify_proposer_slashing.rs Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00