mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-12 07:58:54 +01:00
Reorganize imports
This commit is contained in:
parent
4f8c771bb5
commit
7f84f59472
@ -1,6 +1,6 @@
|
||||
use std::collections::{BTreeMap, HashSet, VecDeque};
|
||||
use std::borrow::Cow;
|
||||
use std::collections::{BTreeMap, HashMap, HashSet, VecDeque};
|
||||
use std::time::Instant;
|
||||
use std::{borrow::Cow, collections::HashMap};
|
||||
|
||||
use anyhow::bail;
|
||||
use either::Either;
|
||||
|
Loading…
Reference in New Issue
Block a user