clippy appeasement

This commit is contained in:
Lennart
2025-12-27 14:30:36 +01:00
parent b65cca9d17
commit b0fdca1b64

View File

@@ -181,7 +181,7 @@ END:VCALENDAR",
}
#[must_use]
pub fn get_vcard(&self) -> &VcardContact {
pub const fn get_vcard(&self) -> &VcardContact {
&self.vcard
}
}