Skip to content

Commit 6428e19

Browse files
committed
chore: cleanup
1 parent 1ce14ee commit 6428e19

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/theme/color.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -224,15 +224,6 @@ pub struct AbsoluteTimeColor {
224224
pub color: Color,
225225
}
226226

227-
#[derive(Debug, Deserialize, PartialEq, Eq)]
228-
#[serde(rename_all = "kebab-case")]
229-
#[serde(deny_unknown_fields)]
230-
pub struct DateColorEntry {
231-
pub threshold: String,
232-
#[serde(deserialize_with = "deserialize_color")]
233-
pub color: Color,
234-
}
235-
236227
#[derive(Debug, Deserialize, PartialEq, Eq)]
237228
#[serde(rename_all = "kebab-case")]
238229
#[serde(deny_unknown_fields)]

0 commit comments

Comments
 (0)