mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 08:12:24 +00:00
clippy appeasement
This commit is contained in:
@@ -42,6 +42,7 @@ pub struct FilterElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl FilterElement {
|
impl FilterElement {
|
||||||
|
#[must_use]
|
||||||
pub fn matches(&self, cal_object: &CalendarObject) -> bool {
|
pub fn matches(&self, cal_object: &CalendarObject) -> bool {
|
||||||
cal_object.matches(&self.comp_filter)
|
cal_object.matches(&self.comp_filter)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user