diff --git a/src/timetable/models.rs b/src/timetable/models.rs index b93524c..01cdda7 100644 --- a/src/timetable/models.rs +++ b/src/timetable/models.rs @@ -26,6 +26,7 @@ pub struct Course { /// Filled only when building for the ICS pub dtend: Option>, } + #[derive(Debug)] pub struct Day { /// Day's name