parsers: Add TODO to remove superfluous exports from jid on next major release
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
3a0336bed0
commit
2f47bdb1d3
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
#![warn(missing_docs)]
|
||||
|
||||
pub use crate::util::error::Error;
|
||||
// TODO: only export top-level module on the next major release
|
||||
pub use jid::{self, BareJid, Error as JidParseError, FullJid, Jid};
|
||||
pub use minidom::Element;
|
||||
|
||||
|
|
Loading…
Reference in a new issue