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:
Maxime “pep” Buquet 2023-10-26 17:46:42 +02:00
parent 3a0336bed0
commit 2f47bdb1d3
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -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;