mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-04 20:18:55 +01:00
Run cargo fmt
This commit is contained in:
parent
ea0642c32d
commit
80b962b4f4
@ -1,6 +1,9 @@
|
|||||||
use crate::{FieldId, BEU16};
|
use std::borrow::Cow;
|
||||||
|
use std::convert::TryInto;
|
||||||
|
|
||||||
use heed::zerocopy::AsBytes;
|
use heed::zerocopy::AsBytes;
|
||||||
use std::{borrow::Cow, convert::TryInto};
|
|
||||||
|
use crate::{FieldId, BEU16};
|
||||||
|
|
||||||
pub struct FieldIdCodec;
|
pub struct FieldIdCodec;
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
use heed::zerocopy::AsBytes;
|
|
||||||
use serde_json::Value;
|
|
||||||
use std::collections::HashSet;
|
use std::collections::HashSet;
|
||||||
use std::convert::TryInto;
|
use std::convert::TryInto;
|
||||||
use std::fs::File;
|
use std::fs::File;
|
||||||
use std::io;
|
use std::io;
|
||||||
use std::mem::size_of;
|
use std::mem::size_of;
|
||||||
|
|
||||||
|
use heed::zerocopy::AsBytes;
|
||||||
|
use serde_json::Value;
|
||||||
|
|
||||||
use super::helpers::{create_sorter, keep_first, sorter_into_reader, GrenadParameters};
|
use super::helpers::{create_sorter, keep_first, sorter_into_reader, GrenadParameters};
|
||||||
use crate::error::InternalError;
|
use crate::error::InternalError;
|
||||||
use crate::facet::value_encoding::f64_into_bytes;
|
use crate::facet::value_encoding::f64_into_bytes;
|
||||||
|
Loading…
Reference in New Issue
Block a user