[minor] Fewer warnings
This commit is contained in:
parent
1451f41ae3
commit
364c91fed2
5 changed files with 115 additions and 102 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue