mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Reorganize imports
This commit is contained in:
parent
4f8c771bb5
commit
7f84f59472
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue