hide the implementation of Tag

This commit is contained in:
Dustin J. Mitchell
2021-06-05 20:57:28 -04:00
parent ff23c9148b
commit 0e60bcedaf
3 changed files with 49 additions and 22 deletions

View File

@@ -13,6 +13,4 @@ pub use status::Status;
pub use tag::{Tag, INVALID_TAG_CHARACTERS};
pub use task::{Task, TaskMut};
use tag::SyntheticTag;
pub type Timestamp = DateTime<Utc>;