mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
cargo fmt
This commit is contained in:
parent
07b90dec08
commit
b781f9a0f9
7 changed files with 17 additions and 14 deletions
|
@ -11,8 +11,8 @@ use time::{Date, OffsetDateTime, PrimitiveDateTime};
|
|||
use uuid::Uuid;
|
||||
|
||||
use crate::deserr::DeserrJsonError;
|
||||
use crate::error::{deserr_codes::*, ParseOffsetDateTimeError};
|
||||
use crate::error::{unwrap_any, Code};
|
||||
use crate::error::deserr_codes::*;
|
||||
use crate::error::{unwrap_any, Code, ParseOffsetDateTimeError};
|
||||
use crate::index_uid::IndexUid;
|
||||
use crate::star_or::StarOr;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue