mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Fix: Add #[allow(dead_code)] to format_invalid_filter_distribution function
This commit is contained in:
parent
91d221ebe7
commit
041f635214
1 changed files with 14 additions and 13 deletions
|
@ -436,6 +436,7 @@ pub enum GeoError {
|
||||||
BadLongitude { document_id: Value, value: Value },
|
BadLongitude { document_id: Value, value: Value },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[allow(dead_code)]
|
||||||
fn format_invalid_filter_distribution(
|
fn format_invalid_filter_distribution(
|
||||||
invalid_facets_name: &BTreeSet<String>,
|
invalid_facets_name: &BTreeSet<String>,
|
||||||
valid_patterns: &BTreeSet<String>,
|
valid_patterns: &BTreeSet<String>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue