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)]
Emmanuel Gil Peyrot created
src/stanza_error.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -191,7 +191,7 @@ generate_element_enum!(
}
);
-pub type Lang = String;
+type Lang = String;
/// The representation of a stanza error.
#[derive(Debug, Clone)]