mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 04:42:15 +00:00
Implement almost all previous features
This commit is contained in:
@@ -4,7 +4,7 @@ use thiserror::Error;
|
||||
|
||||
#[derive(Debug, Error)]
|
||||
pub enum XmlError {
|
||||
// Syntactix errors
|
||||
// Syntactic errors
|
||||
#[error(transparent)]
|
||||
QuickXmlError(#[from] quick_xml::Error),
|
||||
#[error(transparent)]
|
||||
|
||||
Reference in New Issue
Block a user