This commit is contained in:
Robin Appelman 2023-03-04 17:20:59 +01:00
commit a27d1a8f6b
9 changed files with 25 additions and 22 deletions

View file

@ -95,9 +95,7 @@ impl EventHandler for ClassStatsHandler {
}
}
fn finish_global(self, _subjects: &SubjectMap) -> Self::GlobalOutput {
}
fn finish_global(self, _subjects: &SubjectMap) -> Self::GlobalOutput {}
fn finish_per_subject(
&mut self,

View file

@ -235,7 +235,6 @@ impl<T: GlobalData> EventHandler for T {
_subject: &SubjectData,
_data: Self::PerSubjectData,
) -> Self::PerSubjectOutput {
}
}
@ -269,9 +268,7 @@ impl<T: PlayerSpecificData + Default> EventHandler for PlayerHandler<T> {
subject_data.handle_event(meta, subject, event)
}
fn finish_global(self, _subjects: &SubjectMap) -> Self::GlobalOutput {
}
fn finish_global(self, _subjects: &SubjectMap) -> Self::GlobalOutput {}
fn finish_per_subject(
&mut self,