mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 17:12:22 +00:00
minor cleanup stuff
This commit is contained in:
@@ -2,5 +2,5 @@ use ical::parser::ical::component::IcalTodo;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct TodoObject {
|
||||
pub(crate) todo: IcalTodo,
|
||||
pub todo: IcalTodo,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user