clean up of lib.rs

This commit is contained in:
mario 2016-06-28 20:42:33 +02:00
parent 3a9128ec7b
commit b2bc54c4f8

View file

@ -7,16 +7,9 @@ extern crate task_hookrs;
module_entry_path_mod!("todo", "0.1.0");
pub mod error;
pub mod task;
pub mod delete;
pub mod error;
pub mod read;
pub mod set;
pub mod add;
pub mod result;
pub mod task;
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
}
}