stanza_error: Fix compilation error due to an extra pub.
This commit is contained in:
parent
388941b483
commit
f3366b94bb
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ generate_element_enum!(
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
pub type Lang = String;
|
type Lang = String;
|
||||||
|
|
||||||
/// The representation of a stanza error.
|
/// The representation of a stanza error.
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone)]
|
||||||
|
|
Loading…
Reference in a new issue