mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-28 04:59:10 +00:00
clippy appeasement
This commit is contained in:
@@ -181,7 +181,7 @@ END:VCALENDAR",
|
||||
}
|
||||
|
||||
#[must_use]
|
||||
pub fn get_vcard(&self) -> &VcardContact {
|
||||
pub const fn get_vcard(&self) -> &VcardContact {
|
||||
&self.vcard
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user