aboutsummaryrefslogtreecommitdiffstats
path: root/stanza/src/stanza_error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'stanza/src/stanza_error.rs')
-rw-r--r--stanza/src/stanza_error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/stanza/src/stanza_error.rs b/stanza/src/stanza_error.rs
index 6aec98c..a4b58bc 100644
--- a/stanza/src/stanza_error.rs
+++ b/stanza/src/stanza_error.rs
@@ -125,7 +125,7 @@ impl IntoElement for Error {
#[derive(Clone, Debug)]
pub struct Text {
lang: Option<String>,
- text: Option<String>,
+ pub text: Option<String>,
}
impl FromElement for Text {