fix: apply rustfmt to trashed_at serde attribute

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
lucaronin
2026-04-02 19:34:30 +02:00
parent 55352c0afd
commit fda54c955e

View File

@@ -29,11 +29,7 @@ pub(crate) struct Frontmatter {
pub trashed: Option<bool>,
#[serde(rename = "Status", alias = "status", default)]
pub status: Option<StringOrList>,
#[serde(
rename = "_trashed_at",
alias = "Trashed at",
alias = "trashed_at"
)]
#[serde(rename = "_trashed_at", alias = "Trashed at", alias = "trashed_at")]
pub trashed_at: Option<StringOrList>,
#[serde(default)]
pub icon: Option<StringOrList>,