summaryrefslogtreecommitdiffstats
path: root/src/stanza/sasl.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/stanza/sasl.rs')
-rw-r--r--src/stanza/sasl.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stanza/sasl.rs b/src/stanza/sasl.rs
index 50ffd83..20cd063 100644
--- a/src/stanza/sasl.rs
+++ b/src/stanza/sasl.rs
@@ -7,7 +7,6 @@ use crate::error::SASLError;
use crate::JabberError;
use super::Element;
-use super::IntoElement;
const XMLNS: &str = "urn:ietf:params:xml:ns:xmpp-sasl";