diff options
Diffstat (limited to '')
-rw-r--r-- | src/stanza/stream.rs | 1 |
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>, |