浏览代码

Removes Default from RollingBitField (#33969)

Brooks 2 年之前
父节点
当前提交
6f213c38aa
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,