Clippy too many arguments

This commit is contained in:
ManyTheFish 2025-06-30 14:25:28 +02:00
parent 7a204609fe
commit e414284335
2 changed files with 2 additions and 0 deletions

View File

@ -310,6 +310,7 @@ pub struct SettingsChangeEmbeddingExtractor<'a, 'b> {
}
impl<'a, 'b> SettingsChangeEmbeddingExtractor<'a, 'b> {
#[allow(clippy::too_many_arguments)]
pub fn new(
embedders: &'a EmbeddingConfigs,
old_embedders: &'a EmbeddingConfigs,

View File

@ -205,6 +205,7 @@ where
Ok(congestion)
}
#[allow(clippy::too_many_arguments)]
pub fn reindex<'indexer, 'index, MSP, SD>(
wtxn: &mut RwTxn<'index>,
index: &'index Index,