Improve type system with ResidentId and ToxicPair structs

This commit is contained in:
2026-01-14 23:37:58 +02:00
parent 70de9bcbf1
commit 7713318d01
7 changed files with 127 additions and 79 deletions

View File

@@ -197,7 +197,7 @@ mod tests {
#[rstest]
pub fn test_export_as_doc(mut schedule: MonthlySchedule, scheduler: Scheduler) {
scheduler.search(&mut schedule, Slot::default());
scheduler.run(&mut schedule);
schedule.export_as_doc(&scheduler.config);
}
}