summaryrefslogtreecommitdiffstats
path: root/src/task.rs
diff options
context:
space:
mode:
authorMalte Brandy <malte.brandy@maralorn.de>2018-05-01 23:23:12 +0200
committerMalte Brandy <malte.brandy@maralorn.de>2018-05-01 23:27:52 +0200
commit45e5a795aeeeb2bf201c518570f59c675b19a6c9 (patch)
treefae6b77b80c339328140a1a95aed2a1f8ef1826b /src/task.rs
parent3a61225d9d434d4d1f8787649b439f56b073f1a7 (diff)
Make Tasks comparable
Diffstat (limited to 'src/task.rs')
-rw-r--r--src/task.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/task.rs b/src/task.rs
index c2317e0..8e797e9 100644
--- a/src/task.rs
+++ b/src/task.rs
@@ -40,7 +40,7 @@ use uda::{UDA, UDAName, UDAValue};
///
/// It is deserializeable and serializeable via serde_json, so importing and exporting taskwarrior
/// tasks is simply serializing and deserializing objects of this type.
-#[derive(Debug, Clone, Builder)]
+#[derive(Debug, Clone, PartialEq, Builder)]
#[builder(setter(into))]
pub struct Task {
/// The temporary assigned task id