From d07a2b949368bbb6ed02590f2c3d80d8dc0cbdeb Mon Sep 17 00:00:00 2001 From: daladim Date: Thu, 18 Mar 2021 23:52:01 +0100 Subject: [PATCH] [cleanup] --- src/traits.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/traits.rs b/src/traits.rs index 0f994e5..1a256de 100644 --- a/src/traits.rs +++ b/src/traits.rs @@ -17,11 +17,6 @@ pub trait CalDavSource { /// This function may trigger an update (that can be a long process, or that can even fail, e.g. in case of a remote server) async fn get_calendars_mut(&mut self) -> Result, Box>; - // - // - // TODO: find a better search key (do calendars have a unique ID?) - // TODO: search key should be a reference - // /// Returns the calendar matching the ID async fn get_calendar(&self, id: CalendarId) -> Option<&T>; /// Returns the calendar matching the ID