From a2d2649ef92324ccd314ee787577ed504522824a Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 5 Apr 2024 10:19:07 +0200 Subject: WIP dav integration --- aero-collections/src/calendar/namespace.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aero-collections/src/calendar/namespace.rs') diff --git a/aero-collections/src/calendar/namespace.rs b/aero-collections/src/calendar/namespace.rs index 2fbc364..9c21d19 100644 --- a/aero-collections/src/calendar/namespace.rs +++ b/aero-collections/src/calendar/namespace.rs @@ -17,7 +17,7 @@ pub(crate) const CAL_LIST_SK: &str = "list"; pub(crate) const MAIN_CAL: &str = "Personal"; pub(crate) const MAX_CALNAME_CHARS: usize = 32; -pub(crate) struct CalendarNs(std::sync::Mutex>>); +pub struct CalendarNs(std::sync::Mutex>>); impl CalendarNs { /// Create a new calendar namespace -- cgit v1.2.3