clippy appeasement

This commit is contained in:
Lennart K
2025-07-24 11:46:28 +02:00
parent e7138b5f8c
commit f9380ca7e4

View File

@@ -47,8 +47,7 @@ impl rustical_xml::ValueDeserialize for CalendarObjectType {
"VJOURNAL" => Ok(Self::Journal), "VJOURNAL" => Ok(Self::Journal),
_ => Err(rustical_xml::XmlError::InvalidValue( _ => Err(rustical_xml::XmlError::InvalidValue(
rustical_xml::ParseValueError::Other(format!( rustical_xml::ParseValueError::Other(format!(
"Invalid value '{}', must be VEVENT, VTODO, or VJOURNAL", "Invalid value '{val}', must be VEVENT, VTODO, or VJOURNAL"
val
)), )),
)), )),
} }