From c75de1f39151cf88f996e343cdea899bd460fee9 Mon Sep 17 00:00:00 2001 From: Louis Dureuil Date: Wed, 16 Oct 2024 11:18:59 +0200 Subject: [PATCH] Remove TODO --- milli/src/update/new/indexer/document_deletion.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/milli/src/update/new/indexer/document_deletion.rs b/milli/src/update/new/indexer/document_deletion.rs index 7744bcf18..a9628f419 100644 --- a/milli/src/update/new/indexer/document_deletion.rs +++ b/milli/src/update/new/indexer/document_deletion.rs @@ -73,8 +73,6 @@ impl<'pl> DocumentChanges<'pl> for DocumentDeletionChanges<'pl> { } } -// TODO: implement Allocator for Ref<'bump, Bump> - #[cfg(test)] mod test { use std::cell::RefCell;