Don’t export helpers or macros.
This commit is contained in:
parent
7cbdf621ca
commit
6752bc7131
1 changed files with 3 additions and 2 deletions
|
@ -39,11 +39,12 @@ pub use minidom::Element;
|
|||
pub mod error;
|
||||
/// XML namespace definitions used through XMPP.
|
||||
pub mod ns;
|
||||
|
||||
/// Various helpers.
|
||||
pub mod helpers;
|
||||
mod helpers;
|
||||
/// Helper macros to parse and serialise more easily.
|
||||
#[macro_use]
|
||||
pub mod macros;
|
||||
mod macros;
|
||||
|
||||
#[cfg(test)]
|
||||
/// Namespace-aware comparison for tests
|
||||
|
|
Loading…
Reference in a new issue