aboutsummaryrefslogtreecommitdiffstats
path: root/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.rs')
-rw-r--r--src/error.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/error.rs b/src/error.rs
index 0cac59b..fff59d4 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -39,11 +39,7 @@ pub enum Error {
ExtraData(String),
UndeclaredNamespace(String),
IncorrectName(Name),
- UnexpectedAttribute(Name),
DeserializeError(String),
- UnexpectedNumberOfContents(usize),
- UnexpectedContent(Content),
- UnexpectedElement(Name),
Deserialize(DeserializeError),
}