mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Fix the format and linter error
This commit is contained in:
parent
44eb153619
commit
525e67ba93
7 changed files with 9 additions and 7 deletions
|
@ -27,7 +27,6 @@ pub use self::enrich::{extract_finite_float_from_value, DocumentId};
|
|||
pub use self::helpers::*;
|
||||
pub use self::transform::{Transform, TransformOutput};
|
||||
use super::new::StdResult;
|
||||
|
||||
use crate::documents::{obkv_to_object, DocumentsBatchReader};
|
||||
use crate::error::{Error, InternalError};
|
||||
use crate::index::{PrefixSearch, PrefixSettings};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue