mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
fmt imports
This commit is contained in:
parent
8f5d9f501a
commit
2e36f069c2
2 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
use std::num::NonZeroUsize;
|
||||
|
||||
use rand::{rngs::StdRng, Rng, SeedableRng};
|
||||
use rand::rngs::StdRng;
|
||||
use rand::{Rng, SeedableRng};
|
||||
use tokio::sync::{mpsc, oneshot};
|
||||
|
||||
use crate::error::MeilisearchHttpError;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue