mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
bin/taud: remove allow(dead_code) macro
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user