Skip to content

Commit

Permalink
Removes Default from RollingBitField (#33969)
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksprumo authored Nov 7, 2023
1 parent fdab44f commit 6f213c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts-db/src/rolling_bit_field.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6f213c3

Please sign in to comment.