mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 01:01:00 +00:00
Run cargo fmt
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
use crate::{FieldId, BEU16};
|
||||
use std::borrow::Cow;
|
||||
use std::convert::TryInto;
|
||||
|
||||
use heed::zerocopy::AsBytes;
|
||||
use std::{borrow::Cow, convert::TryInto};
|
||||
|
||||
use crate::{FieldId, BEU16};
|
||||
|
||||
pub struct FieldIdCodec;
|
||||
|
||||
|
Reference in New Issue
Block a user