clean up of lib.rs
This commit is contained in:
parent
3a9128ec7b
commit
b2bc54c4f8
1 changed files with 3 additions and 10 deletions
|
@ -7,16 +7,9 @@ extern crate task_hookrs;
|
||||||
|
|
||||||
module_entry_path_mod!("todo", "0.1.0");
|
module_entry_path_mod!("todo", "0.1.0");
|
||||||
|
|
||||||
pub mod error;
|
|
||||||
pub mod task;
|
|
||||||
pub mod delete;
|
pub mod delete;
|
||||||
|
pub mod error;
|
||||||
pub mod read;
|
pub mod read;
|
||||||
pub mod set;
|
pub mod result;
|
||||||
pub mod add;
|
pub mod task;
|
||||||
|
|
||||||
#[cfg(test)]
|
|
||||||
mod tests {
|
|
||||||
#[test]
|
|
||||||
fn it_works() {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue