bin/taud: remove allow(dead_code) macro

This commit is contained in:
ghassmo
2022-03-26 16:03:16 +04:00
committed by parazyd
parent e721860e03
commit 3e33a2f1d5
2 changed files with 0 additions and 4 deletions

View File

@@ -10,8 +10,6 @@ use crate::{
util::{get_current_time, Settings, Timestamp},
};
// XXX
#[allow(dead_code)]
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq)]
pub struct MonthTasks {
created_at: Timestamp,

View File

@@ -48,8 +48,6 @@ struct TaskProjects(Vec<String>);
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq)]
struct TaskAssigns(Vec<String>);
// XXX
#[allow(dead_code)]
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq)]
pub struct TaskInfo {
ref_id: String,