clippy appeasement

This commit is contained in:
Lennart
2025-11-02 18:42:55 +01:00
parent f72559d027
commit c42f8e5614

View File

@@ -42,6 +42,7 @@ pub struct FilterElement {
}
impl FilterElement {
#[must_use]
pub fn matches(&self, cal_object: &CalendarObject) -> bool {
cal_object.matches(&self.comp_filter)
}