mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 20:32:48 +00:00
ical: Remove unused generic around CalendarObject
This commit is contained in:
@@ -67,7 +67,7 @@ impl Default for CalendarObjectComponent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Clone, Default)]
|
#[derive(Debug, Clone, Default)]
|
||||||
pub struct CalendarObject<const VERIFIED: bool = true> {
|
pub struct CalendarObject {
|
||||||
data: CalendarObjectComponent,
|
data: CalendarObjectComponent,
|
||||||
properties: Vec<Property>,
|
properties: Vec<Property>,
|
||||||
ics: String,
|
ics: String,
|
||||||
|
|||||||
Reference in New Issue
Block a user