minor fixes

This commit is contained in:
ManyTheFish
2025-06-26 18:07:08 +02:00
parent 0687cf058a
commit d35b2d8d33
6 changed files with 21 additions and 27 deletions

View File

@ -101,6 +101,7 @@ impl ChannelCongestion {
}
#[tracing::instrument(level = "debug", skip_all, target = "indexing::vectors")]
#[allow(clippy::too_many_arguments)]
pub fn build_vectors<MSP>(
index: &Index,
wtxn: &mut RwTxn<'_>,