From db3017491f6bf90892a204403188889d37186142 Mon Sep 17 00:00:00 2001 From: Louis Dureuil Date: Thu, 10 Apr 2025 09:55:32 +0200 Subject: [PATCH] Remove TODO stats in `index` (this is done) --- crates/milli/src/update/new/indexer/mod.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/milli/src/update/new/indexer/mod.rs b/crates/milli/src/update/new/indexer/mod.rs index 4f2dd19c9..55ede2df6 100644 --- a/crates/milli/src/update/new/indexer/mod.rs +++ b/crates/milli/src/update/new/indexer/mod.rs @@ -39,8 +39,6 @@ static LOG_MEMORY_METRICS_ONCE: Once = Once::new(); /// This is the main function of this crate. /// /// Give it the output of the [`Indexer::document_changes`] method and it will execute it in the [`rayon::ThreadPool`]. -/// -/// TODO return stats #[allow(clippy::too_many_arguments)] // clippy: 😝 pub fn index<'pl, 'indexer, 'index, DC, MSP>( wtxn: &mut RwTxn,