mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Simplify the document fields counts deletion
This commit is contained in:
parent
9ff92c5d15
commit
0de37819b4
3 changed files with 10 additions and 15 deletions
|
@ -1,5 +1,5 @@
|
|||
use crate::{store, error::UnsupportedOperation, MResult};
|
||||
use crate::update::{Update, next_update_id};
|
||||
use crate::{store, MResult};
|
||||
|
||||
pub fn apply_customs_update(
|
||||
writer: &mut rkv::Writer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue