stanza_error: Fix compilation error due to an extra pub.

Emmanuel Gil Peyrot created

Change summary

src/stanza_error.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

src/stanza_error.rs 🔗

@@ -191,7 +191,7 @@ generate_element_enum!(
     }
 );
 
-pub type Lang = String;
+type Lang = String;
 
 /// The representation of a stanza error.
 #[derive(Debug, Clone)]