mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +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)]
|
||||
pub struct CalendarObject<const VERIFIED: bool = true> {
|
||||
pub struct CalendarObject {
|
||||
data: CalendarObjectComponent,
|
||||
properties: Vec<Property>,
|
||||
ics: String,
|
||||
|
||||
Reference in New Issue
Block a user