clippy appeasement

This commit is contained in:
Lennart
2025-12-11 20:16:44 +01:00
parent ac6ab0ca9a
commit 1b2296c00a

View File

@@ -16,6 +16,7 @@ pub struct CompFilterElement {
pub(crate) time_range: Option<TimeRangeElement>,
#[xml(ns = "rustical_dav::namespace::NS_CALDAV", flatten)]
pub(crate) prop_filter: Vec<PropFilterElement>,
#[allow(clippy::use_self)]
#[xml(ns = "rustical_dav::namespace::NS_CALDAV", flatten)]
pub(crate) comp_filter: Vec<CompFilterElement>,