fix all the tests

This commit is contained in:
Tamo 2021-09-01 17:43:18 +02:00
parent b1bf7d4f40
commit f0b74637dc
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
3 changed files with 8 additions and 8 deletions

View file

@ -21,7 +21,7 @@ use fxhash::{FxHasher32, FxHasher64};
pub use grenad::CompressionType;
use serde_json::{Map, Value};
pub use self::criterion::{default_criteria, AscDesc, Criterion};
pub use self::criterion::{default_criteria, AscDesc, Criterion, Member};
pub use self::error::{
Error, FieldIdMapMissingEntry, InternalError, SerializationError, UserError,
};