fix: convert bool to Populate via into()

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
root
2026-06-24 16:43:54 +00:00
parent 3fab60f0a7
commit c1722f61b5

View File

@@ -191,7 +191,7 @@ impl<S: UniversalRead> OnDiskGeoIndex<S> {
TypedStorage::open(fs, &points_map_path, open_options, Default::default())?;
let points_map_ids =
TypedStorage::open(fs, &points_map_ids_path, open_options, Default::default())?;
let point_to_values = OnDiskPointToValues::open(fs, path, true)?;
let point_to_values = OnDiskPointToValues::open(fs, path, true.into())?;
let mut deleted = deleted_points.to_owned();