mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-06-10 18:11:41 +02:00
Fix warnings
This commit is contained in:
parent
73e4206b3c
commit
699ec18de8
@ -33,13 +33,6 @@ impl Index {
|
|||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
pub(crate) fn delete_disabled_typos_terms(&self, txn: &mut RwTxn<'_>) -> heed::Result<()> {
|
|
||||||
self.main
|
|
||||||
.remap_types::<Str, SerdeJson<DisabledTyposTerms>>()
|
|
||||||
.delete(txn, main_key::DISABLED_TYPOS_TERMS)?;
|
|
||||||
Ok(())
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
impl DisabledTyposTerms {
|
impl DisabledTyposTerms {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user