mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 09:11:00 +00:00
Fix compile errors/warnings in http-ui and infos
This commit is contained in:
committed by
Loïc Lecrenier
parent
85824ee203
commit
68cbcdf08b
@ -82,7 +82,6 @@ mod test {
|
||||
use heed::{BytesDecode, BytesEncode, Env, RwTxn};
|
||||
use roaring::RoaringBitmap;
|
||||
use std::{fmt::Display, marker::PhantomData, rc::Rc};
|
||||
use tempfile::TempDir;
|
||||
|
||||
use crate::{
|
||||
heed_codec::facet::new::{
|
||||
@ -113,8 +112,9 @@ mod test {
|
||||
for<'a> BoundCodec:
|
||||
BytesEncode<'a> + BytesDecode<'a, DItem = <BoundCodec as BytesEncode<'a>>::EItem>,
|
||||
{
|
||||
#[cfg(all(test, fuzzing))]
|
||||
pub fn open_from_tempdir(
|
||||
tempdir: Rc<TempDir>,
|
||||
tempdir: Rc<tempfile::TempDir>,
|
||||
group_size: u8,
|
||||
max_group_size: u8,
|
||||
) -> FacetIndex<BoundCodec> {
|
||||
|
Reference in New Issue
Block a user