aboutsummaryrefslogtreecommitdiffstats
path: root/src/task.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/task.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/task.rs b/src/task.rs
index ce2e7e6..cf07a5f 100644
--- a/src/task.rs
+++ b/src/task.rs
@@ -93,7 +93,7 @@ impl Category {
}
}
-#[derive(Debug, Clone, Copy)]
+#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub struct Log {
pub(crate) id: Uuid,
pub(crate) timestamp: NaiveDateTime,