From 679b02e67faaacbe0221429e416bdc5d9ff01ab3 Mon Sep 17 00:00:00 2001 From: marvin-j97 Date: Mon, 13 May 2024 21:22:27 +0200 Subject: [PATCH] refactor --- src/partition/mod.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/partition/mod.rs b/src/partition/mod.rs index c2750aa1..4df2e8ff 100644 --- a/src/partition/mod.rs +++ b/src/partition/mod.rs @@ -91,8 +91,6 @@ impl std::hash::Hash for PartitionHandle { } impl PartitionHandle { - // TODO: allow setting block cache - /// Sets the compaction strategy /// /// Default = Levelled @@ -199,7 +197,6 @@ impl PartitionHandle { pub fn iter(&self) -> Range { self.tree.iter() } - // TODO: how to handle error...? wrap iterator? /// Returns an iterator over a range of items. ///