Simplify the document fields counts deletion

This commit is contained in:
Clément Renault 2019-10-15 11:15:48 +02:00
parent 9ff92c5d15
commit 0de37819b4
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
3 changed files with 10 additions and 15 deletions

View file

@ -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,