[minor] Reviewed re-imports
This commit is contained in:
parent
3d9adcec08
commit
88af366edf
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,6 @@
|
||||||
pub mod traits;
|
pub mod traits;
|
||||||
|
|
||||||
pub mod calendar;
|
pub mod calendar;
|
||||||
pub use calendar::cached_calendar::CachedCalendar;
|
|
||||||
mod item;
|
mod item;
|
||||||
pub use item::Item;
|
pub use item::Item;
|
||||||
pub use item::ItemId;
|
pub use item::ItemId;
|
||||||
|
@ -29,7 +28,9 @@ pub mod provider;
|
||||||
pub use provider::Provider;
|
pub use provider::Provider;
|
||||||
|
|
||||||
pub mod client;
|
pub mod client;
|
||||||
|
pub use client::Client;
|
||||||
pub mod cache;
|
pub mod cache;
|
||||||
|
pub use cache::Cache;
|
||||||
pub mod ical;
|
pub mod ical;
|
||||||
|
|
||||||
pub mod settings;
|
pub mod settings;
|
||||||
|
|
Loading…
Add table
Reference in a new issue