Run cargo fix --edition to move to Edition 2018.
This commit is contained in:
parent
3f4586caba
commit
6b2dd8fe5e
46 changed files with 189 additions and 188 deletions
|
|
@ -9,10 +9,10 @@ use try_from::TryFrom;
|
|||
|
||||
use minidom::Element;
|
||||
|
||||
use error::Error;
|
||||
use crate::error::Error;
|
||||
use jid::Jid;
|
||||
use ns;
|
||||
use iq::{IqSetPayload, IqResultPayload};
|
||||
use crate::ns;
|
||||
use crate::iq::{IqSetPayload, IqResultPayload};
|
||||
|
||||
/// The request for resource binding, which is the process by which a client
|
||||
/// can obtain a full JID and start exchanging on the XMPP network.
|
||||
|
|
|
|||
Loading…
Reference in a new issue