mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Run cargo fmt
This commit is contained in:
parent
dc64170a69
commit
0388b2d463
1 changed files with 2 additions and 1 deletions
|
@ -26,10 +26,11 @@ pub fn try_split_at(slice: &[u8], mid: usize) -> Option<(&[u8], &[u8])> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
use crate::{try_split_array_at, DocumentId, FieldId};
|
|
||||||
use std::borrow::Cow;
|
use std::borrow::Cow;
|
||||||
use std::convert::TryInto;
|
use std::convert::TryInto;
|
||||||
|
|
||||||
|
use crate::{try_split_array_at, DocumentId, FieldId};
|
||||||
|
|
||||||
pub struct FieldIdCodec;
|
pub struct FieldIdCodec;
|
||||||
|
|
||||||
impl<'a> heed::BytesDecode<'a> for FieldIdCodec {
|
impl<'a> heed::BytesDecode<'a> for FieldIdCodec {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue