fix warning

This commit is contained in:
Tamo 2024-01-02 15:19:00 +01:00
parent 658ec6e0a4
commit 54ae6951eb
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ use slice_group_by::GroupBy;
use typed_chunk::{write_typed_chunk_into_index, TypedChunk};
use self::enrich::enrich_documents_batch;
pub use self::enrich::{extract_finite_float_from_value, validate_geo_from_json, DocumentId};
pub use self::enrich::{extract_finite_float_from_value, DocumentId};
pub use self::helpers::{
as_cloneable_grenad, create_sorter, create_writer, fst_stream_into_hashset,
fst_stream_into_vec, merge_btreeset_string, merge_cbo_roaring_bitmaps,