make task a simple top-level module

This commit is contained in:
Dustin J. Mitchell 2020-11-23 12:45:29 -05:00
parent 634aaadb73
commit 245969e390
2 changed files with 0 additions and 5 deletions

View file

@ -1,5 +0,0 @@
mod task;
pub use self::task::Priority::*;
pub use self::task::Status::*;
pub use self::task::{Annotation, Priority, Status, Task, Timestamp};