From c59033cf225ba09ead69cb15cf132ae44f6a3be0 Mon Sep 17 00:00:00 2001 From: Max Isom Date: Wed, 16 Oct 2024 11:40:54 -0700 Subject: [PATCH] Remove todo --- rust/blockstore/src/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/blockstore/src/types.rs b/rust/blockstore/src/types.rs index 4a2f3d24469..b7be00a516a 100644 --- a/rust/blockstore/src/types.rs +++ b/rust/blockstore/src/types.rs @@ -283,7 +283,7 @@ impl< key_range: KeyRange, ) -> Result, Box> where - PrefixRange: RangeBounds<&'prefix str> + Clone, // todo: can remove Clone bound? + PrefixRange: RangeBounds<&'prefix str> + Clone, KeyRange: RangeBounds + Clone, { match self {