mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-02 03:18:30 +02:00
Clippy too many arguments
This commit is contained in:
parent
7a204609fe
commit
e414284335
@ -310,6 +310,7 @@ pub struct SettingsChangeEmbeddingExtractor<'a, 'b> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl<'a, 'b> SettingsChangeEmbeddingExtractor<'a, 'b> {
|
impl<'a, 'b> SettingsChangeEmbeddingExtractor<'a, 'b> {
|
||||||
|
#[allow(clippy::too_many_arguments)]
|
||||||
pub fn new(
|
pub fn new(
|
||||||
embedders: &'a EmbeddingConfigs,
|
embedders: &'a EmbeddingConfigs,
|
||||||
old_embedders: &'a EmbeddingConfigs,
|
old_embedders: &'a EmbeddingConfigs,
|
||||||
|
@ -205,6 +205,7 @@ where
|
|||||||
Ok(congestion)
|
Ok(congestion)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[allow(clippy::too_many_arguments)]
|
||||||
pub fn reindex<'indexer, 'index, MSP, SD>(
|
pub fn reindex<'indexer, 'index, MSP, SD>(
|
||||||
wtxn: &mut RwTxn<'index>,
|
wtxn: &mut RwTxn<'index>,
|
||||||
index: &'index Index,
|
index: &'index Index,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user