mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 19:22:26 +00:00
clippy appeasement
This commit is contained in:
@@ -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
|
|
||||||
)),
|
)),
|
||||||
)),
|
)),
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user