mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Fix clippy issues
This commit is contained in:
parent
1bccf2079e
commit
cbaa54cafd
11 changed files with 25 additions and 25 deletions
|
@ -1376,7 +1376,7 @@ impl Index {
|
|||
rtxn: &RoTxn,
|
||||
key: &(Script, Language),
|
||||
) -> heed::Result<Option<RoaringBitmap>> {
|
||||
Ok(self.script_language_docids.get(rtxn, key)?)
|
||||
self.script_language_docids.get(rtxn, key)
|
||||
}
|
||||
|
||||
pub fn script_language(&self, rtxn: &RoTxn) -> heed::Result<HashMap<Script, Vec<Language>>> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue