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:
parent
ab35c234c8
commit
7b66de1166
79 changed files with 123 additions and 118 deletions
|
|
@ -5,8 +5,8 @@
|
|||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
use crate::ns;
|
||||
use crate::Element;
|
||||
use jid::Jid;
|
||||
use minidom::Element;
|
||||
use std::collections::BTreeMap;
|
||||
use xso::error::{Error, FromElementError};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue