mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 13:28:33 +00:00
Update Rust Edition to 2024 (#7766)
* #7749 Thanks @dknopik and @michaelsproul for your help!
This commit is contained in:
@@ -2,14 +2,14 @@ use std::collections::HashMap;
|
||||
use std::sync::Arc;
|
||||
|
||||
use itertools::Itertools;
|
||||
use oneshot_broadcast::{oneshot, Receiver, Sender};
|
||||
use oneshot_broadcast::{Receiver, Sender, oneshot};
|
||||
use tracing::debug;
|
||||
use types::{
|
||||
beacon_state::CommitteeCache, AttestationShufflingId, BeaconState, Epoch, EthSpec, Hash256,
|
||||
RelativeEpoch,
|
||||
AttestationShufflingId, BeaconState, Epoch, EthSpec, Hash256, RelativeEpoch,
|
||||
beacon_state::CommitteeCache,
|
||||
};
|
||||
|
||||
use crate::{metrics, BeaconChainError};
|
||||
use crate::{BeaconChainError, metrics};
|
||||
|
||||
/// The size of the cache that stores committee caches for quicker verification.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user