mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Run cargo fmt
This commit is contained in:
parent
ea0642c32d
commit
80b962b4f4
2 changed files with 8 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue