make clippy happy

This commit is contained in:
Tamo 2024-12-16 15:52:47 +01:00
parent 34254b42b6
commit 0c04cd1d9f
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
2 changed files with 22 additions and 24 deletions

View file

@ -355,4 +355,5 @@ pub fn search_kind(
(_, None, Some(_)) => Err(MeilisearchHttpError::MissingSearchHybrid.into()),
}
}
}