mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
fmt imports
This commit is contained in:
parent
8f5d9f501a
commit
2e36f069c2
2 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
use std::{num::NonZeroUsize, sync::Arc, time::Duration};
|
||||
use std::num::NonZeroUsize;
|
||||
use std::sync::Arc;
|
||||
use std::time::Duration;
|
||||
|
||||
use actix_web::ResponseError;
|
||||
use meili_snap::snapshot;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue