fix warning

This commit is contained in:
Tamo 2025-01-21 17:07:44 +01:00 committed by Louis Dureuil
parent c6b4c21c23
commit 7d95950ce6
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ use roaring::RoaringBitmap;
use crate::insta_snapshot::snapshot_index_scheduler;
use crate::test_utils::Breakpoint::*;
use crate::test_utils::{index_creation_task, read_json, Breakpoint, FailureLocation};
use crate::test_utils::{index_creation_task, read_json, FailureLocation};
use crate::IndexScheduler;
#[test]