From 066fc2a3c9eee5d02b14ce0971af59e27b414669 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 d2a88f4ff..eba169130 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,