[minor] Fewer warnings

This commit is contained in:
daladim 2021-02-24 23:49:20 +01:00
parent 1451f41ae3
commit 364c91fed2
5 changed files with 115 additions and 102 deletions

View file

@ -8,7 +8,7 @@
//! A `Provider` abstracts these two sources by merging them together into one virtual source. \
//! It also handles synchronisation between the local cache and the server.
mod calendar;
pub mod calendar;
pub use calendar::Calendar;
mod task;
pub use task::Task;