refactor taskchampion::server into a module with submodules

This commit is contained in:
Dustin J. Mitchell 2020-11-24 18:04:49 -05:00
parent 7cfa27fc7e
commit 549d3b9f6d
5 changed files with 13 additions and 6 deletions

View file

@ -37,6 +37,3 @@ pub use task::{Task, TaskMut};
/// Re-exported type from the `uuid` crate, for ease of compatibility for consumers of this crate.
pub use uuid::Uuid;
#[cfg(test)]
pub(crate) mod testing;