mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 02:22:21 +00:00
minor improvements to rustical_xml errors
This commit is contained in:
@@ -57,7 +57,7 @@ impl Value for &str {
|
||||
self.to_string()
|
||||
}
|
||||
|
||||
fn deserialize(val: &str) -> Result<Self, XmlDeError> {
|
||||
fn deserialize(_val: &str) -> Result<Self, XmlDeError> {
|
||||
Err(XmlDeError::Other("TODO: Handle this error".to_owned()))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user