Rustfmt pass, and rustfmt --check in CI"
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
e1b53eae3c
commit
a104ebc3f6
79 changed files with 1344 additions and 957 deletions
|
|
@ -23,9 +23,9 @@
|
|||
|
||||
#![deny(missing_docs)]
|
||||
|
||||
pub use minidom::Element;
|
||||
pub use jid::{BareJid, FullJid, Jid, JidParseError};
|
||||
pub use crate::util::error::Error;
|
||||
pub use jid::{BareJid, FullJid, Jid, JidParseError};
|
||||
pub use minidom::Element;
|
||||
|
||||
/// XML namespace definitions used through XMPP.
|
||||
pub mod ns;
|
||||
|
|
|
|||
Loading…
Reference in a new issue