Skip to content

Commit

Permalink
allow dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksprumo committed Sep 27, 2024
1 parent 47cd37c commit 00f2c9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/src/serde_snapshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ struct ExtraFieldsToDeserialize {
#[serde(deserialize_with = "default_on_eof")]
versioned_epoch_stakes: HashMap<u64, VersionedEpochStakes>,
#[serde(deserialize_with = "default_on_eof")]
#[allow(dead_code)]
accounts_lt_hash: Option<SerdeAccountsLtHash>,
}

Expand Down

0 comments on commit 00f2c9c

Please sign in to comment.