mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Make clippy happy
This commit is contained in:
parent
9b1f439a91
commit
56b7209f26
14 changed files with 61 additions and 73 deletions
|
@ -87,8 +87,8 @@ impl QueryTermDocIdsCache {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn resolve_query_graph<'ctx>(
|
||||
ctx: &mut SearchContext<'ctx>,
|
||||
pub fn resolve_query_graph(
|
||||
ctx: &mut SearchContext,
|
||||
q: &QueryGraph,
|
||||
universe: &RoaringBitmap,
|
||||
) -> Result<RoaringBitmap> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue