aboutsummaryrefslogtreecommitdiffstats
path: root/src/models/date_format.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/models/date_format.rs')
-rw-r--r--src/models/date_format.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/models/date_format.rs b/src/models/date_format.rs
index cf88395..d9259d9 100644
--- a/src/models/date_format.rs
+++ b/src/models/date_format.rs
@@ -10,11 +10,8 @@
/// DateFormat : The date format setting for the budget. In some cases the format will not be available and will be specified as null.
-#[allow(unused_imports)]
-use serde_json::Value;
-
-#[derive(Debug, Serialize, Deserialize)]
+#[derive(Debug, PartialEq, Serialize, Deserialize)]
pub struct DateFormat {
#[serde(rename = "format")]
pub format: String,