Fix clippy lints in beacon_chain

This commit is contained in:
Paul Hauner
2019-02-13 10:28:38 +11:00
parent 61bbbab33d
commit d2a1000520
4 changed files with 26 additions and 45 deletions

View File

@@ -17,6 +17,7 @@ const PHASE_0_CUSTODY_BIT: bool = false;
///
/// Note: `Attestations` are stored in memory and never deleted. This is not scalable and must be
/// rectified in a future revision.
#[derive(Default)]
pub struct AttestationAggregator {
store: HashMap<Vec<u8>, Attestation>,
}