summaryrefslogtreecommitdiffstats
path: root/src/client/encrypted.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/encrypted.rs')
-rw-r--r--src/client/encrypted.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/encrypted.rs b/src/client/encrypted.rs
index 76f600c..898dc23 100644
--- a/src/client/encrypted.rs
+++ b/src/client/encrypted.rs
@@ -6,8 +6,8 @@ use tokio::io::{BufReader, ReadHalf, WriteHalf};
use tokio::net::TcpStream;
use tokio_native_tls::TlsStream;
-use crate::element::Element;
use crate::stanza::stream::{Stream, StreamFeature};
+use crate::stanza::Element;
use crate::Jabber;
use crate::Result;