mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08: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