Fix compilation error in test

This commit is contained in:
Kerollmops
2025-05-26 14:04:53 +02:00
parent 807157b8cd
commit f635a8f9f3
3 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,7 @@ pub fn snapshot_index_scheduler(scheduler: &IndexScheduler) -> String {
planned_failures: _,
run_loop_iteration: _,
embedders: _,
chat_settings: _,
} = scheduler;
let rtxn = env.read_txn().unwrap();