From b4126793a518d3fc537c19205d0d77d0a4bdc024 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Thu, 29 Aug 2024 12:37:48 +0200 Subject: [PATCH] Fmt. --- backends/v3/src/radix.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/backends/v3/src/radix.rs b/backends/v3/src/radix.rs index 4fcb2a6c..b85be00b 100644 --- a/backends/v3/src/radix.rs +++ b/backends/v3/src/radix.rs @@ -25,7 +25,6 @@ pub struct RadixAllocator { impl RadixAllocator { pub fn new(block_size: u32, n_blocks: u32, window_size: Option) -> Self { - RadixAllocator { allocation_id: 0, allocations: HashMap::new(),