aboutsummaryrefslogtreecommitdiffstats
path: root/src/stanza/stream.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/stanza/stream.rs')
-rw-r--r--src/stanza/stream.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stanza/stream.rs b/src/stanza/stream.rs
index 4f3c435..84d62d9 100644
--- a/src/stanza/stream.rs
+++ b/src/stanza/stream.rs
@@ -164,6 +164,7 @@ impl FromElement for Feature {
}
}
+#[derive(Debug)]
pub struct Error {
error: StreamError,
text: Option<Text>,