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 {