mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
cargo fmt
This commit is contained in:
parent
36296bbb20
commit
a7201ece04
12 changed files with 99 additions and 94 deletions
|
@ -1,6 +1,9 @@
|
|||
use std::borrow::Cow;
|
||||
use std::convert::TryFrom;
|
||||
use std::marker::PhantomData;
|
||||
|
||||
use heed::{BytesDecode, BytesEncode};
|
||||
use roaring::RoaringBitmap;
|
||||
use std::{borrow::Cow, convert::TryFrom, marker::PhantomData};
|
||||
|
||||
pub mod ordered_f64_codec;
|
||||
pub mod str_ref;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
use std::{borrow::Cow, convert::TryInto};
|
||||
use std::borrow::Cow;
|
||||
use std::convert::TryInto;
|
||||
|
||||
use heed::BytesDecode;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue