stanza_error: Fix compilation error due to an extra pub.

This commit is contained in:
Emmanuel Gil Peyrot 2018-09-20 20:28:29 +02:00
parent 388941b483
commit f3366b94bb

View file

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