xmpp-parsers: Stop reexporting extra symbols

Let’s continue reexporting jid and minidom, but not their inner pub
items, users of this crate can go one level deeper if they need that.

Only xso::error::Error is still useful to reexport, as this is part of
the public API of all of our parsers.
This commit is contained in:
Emmanuel Gil Peyrot 2024-07-24 20:28:22 +02:00 committed by Jonas Schäfer
commit 7b66de1166
79 changed files with 123 additions and 118 deletions

View file

@ -146,7 +146,7 @@ pub struct StreamManagement;
#[cfg(test)]
mod tests {
use super::*;
use crate::Element;
use minidom::Element;
#[cfg(target_pointer_width = "32")]
#[test]