From 9a9191021ba648db93f0db3501111a909fce85e2 Mon Sep 17 00:00:00 2001 From: MiniFrenchBread <103425574+MiniFrenchBread@users.noreply.github.com> Date: Thu, 14 Nov 2024 21:43:35 +0800 Subject: [PATCH] fix: clippy --- node/storage/src/log_store/load_chunk/chunk_data.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/node/storage/src/log_store/load_chunk/chunk_data.rs b/node/storage/src/log_store/load_chunk/chunk_data.rs index e816d4d..86b22eb 100644 --- a/node/storage/src/log_store/load_chunk/chunk_data.rs +++ b/node/storage/src/log_store/load_chunk/chunk_data.rs @@ -128,6 +128,12 @@ impl DataRange for Subtree { } } +impl Default for EntryBatchData { + fn default() -> Self { + Self::new() + } +} + impl EntryBatchData { pub fn new() -> Self { EntryBatchData::Incomplete(IncompleteData {