Sfoglia il codice sorgente

Removes Default from RollingBitField (#33969)

Brooks 2 anni fa
parent
commit
6f213c38aa
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      accounts-db/src/rolling_bit_field.rs

+ 1 - 1
accounts-db/src/rolling_bit_field.rs

@@ -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,