mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-30 22:43:24 +02:00
refactor taskchampion::server into a module with submodules
This commit is contained in:
parent
7cfa27fc7e
commit
549d3b9f6d
5 changed files with 13 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue