diff options
Diffstat (limited to 'stanza/src/stream_error.rs')
-rw-r--r-- | stanza/src/stream_error.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stanza/src/stream_error.rs b/stanza/src/stream_error.rs index c1537ff..03d48eb 100644 --- a/stanza/src/stream_error.rs +++ b/stanza/src/stream_error.rs @@ -138,7 +138,7 @@ impl IntoElement for Error { #[derive(Clone, Debug)] pub struct Text { - text: Option<String>, + pub text: Option<String>, lang: Option<String>, } |