From 53ea2951ae49d1617a6a7de760d391fe0ea2b7a9 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Tue, 25 Feb 2025 20:30:44 +0000 Subject: implement Error for stanza crate error types --- stanza/src/stream_error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stanza/src/stream_error.rs') 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, + pub text: Option, lang: Option, } -- cgit