Fix clippy

This commit is contained in:
ManyTheFish
2022-10-24 13:57:26 +02:00
parent 4afed4de4f
commit 68c9751d49
4 changed files with 10 additions and 10 deletions

View File

@ -70,7 +70,7 @@ impl From<TaskEvent> for NewTaskEvent {
}
}
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq)]
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq, Eq)]
#[allow(clippy::large_enum_variant)]
pub enum TaskContent {
DocumentAddition {