Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit b7f2428

Browse files
committed
Fix formatting and warning after rebasing from main
1 parent 3b1f908 commit b7f2428

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

milli/src/heed_codec/mod.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ mod str_beu32_codec;
99
mod str_ref;
1010
mod str_str_u8_codec;
1111

12+
pub use byte_slice_ref::ByteSliceRefCodec;
13+
pub use str_ref::StrRefCodec;
14+
1215
pub use self::beu32_str_codec::BEU32StrCodec;
1316
pub use self::field_id_word_count_codec::FieldIdWordCountCodec;
1417
pub use self::obkv_codec::ObkvCodec;
@@ -18,5 +21,3 @@ pub use self::roaring_bitmap_length::{
1821
};
1922
pub use self::str_beu32_codec::StrBEU32Codec;
2023
pub use self::str_str_u8_codec::{U8StrStrCodec, UncheckedU8StrStrCodec};
21-
pub use byte_slice_ref::ByteSliceRefCodec;
22-
pub use str_ref::StrRefCodec;

milli/src/update/index_documents/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ use crate::documents::{obkv_to_object, DocumentsBatchReader};
3535
use crate::error::UserError;
3636
pub use crate::update::index_documents::helpers::CursorClonableMmap;
3737
use crate::update::{
38-
self, FacetsUpdateBulk, IndexerConfig, UpdateIndexingStep, WordPrefixDocids,
39-
PrefixWordPairsProximityDocids, WordPrefixPositionDocids, WordsPrefixesFst,
38+
self, IndexerConfig, PrefixWordPairsProximityDocids, UpdateIndexingStep, WordPrefixDocids,
39+
WordPrefixPositionDocids, WordsPrefixesFst,
4040
};
4141
use crate::{Index, Result, RoaringBitmapCodec};
4242

0 commit comments

Comments
 (0)