Removes Default from RollingBitField (#33969)

This commit is contained in:
Brooks 2023-11-07 15:58:52 -05:00 committed by GitHub
parent fdab44f768
commit 6f213c38aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ use {
solana_sdk::clock::Slot,
};
#[derive(Debug, Default, AbiExample, Clone)]
#[derive(Debug, AbiExample, Clone)]
pub struct RollingBitField {
max_width: u64,
min: u64,