Skip to content

Commit

Permalink
Fix beta compiler lints
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul authored and dapplion committed Feb 22, 2024
1 parent 11a39bd commit 2bc7baa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions beacon_node/beacon_chain/src/state_advance_timer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ const MAX_BLOCK_PRODUCTION_CACHE_DISTANCE: u64 = 4;
enum Error {
BeaconChain(BeaconChainError),
// We don't use the inner value directly, but it's used in the Debug impl.
BeaconState(#[allow(dead_code)] BeaconStateError),
Store(#[allow(dead_code)] store::Error),
HeadMissingFromSnapshotCache(#[allow(dead_code)] Hash256),
MaxDistanceExceeded {
current_slot: Slot,
Expand Down

0 comments on commit 2bc7baa

Please sign in to comment.