From 45e5a795aeeeb2bf201c518570f59c675b19a6c9 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Tue, 1 May 2018 23:23:12 +0200 Subject: Make Tasks comparable --- src/task.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/task.rs') 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 -- cgit v1.2.3