Rename module task -> taskstore

This commit is contained in:
Matthias Beyer 2017-09-02 21:48:31 +02:00
parent 0f317858e2
commit 72ea21ee1f
3 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ use toml::Value;
use libimagrt::runtime::Runtime;
use libimagrt::setup::generate_runtime_setup;
use libimagtodo::task::TaskStore;
use libimagtodo::taskstore::TaskStore;
use libimagerror::trace::{MapErrTrace, trace_error, trace_error_exit};
mod ui;

View file

@ -47,5 +47,5 @@ module_entry_path_mod!("todo");
pub mod error;
pub mod result;
pub mod task;
pub mod taskstore;