aboutsummaryrefslogtreecommitdiffstats
path: root/jabber/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'jabber/src/lib.rs')
-rw-r--r--jabber/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/jabber/src/lib.rs b/jabber/src/lib.rs
index 7258f38..8855ca7 100644
--- a/jabber/src/lib.rs
+++ b/jabber/src/lib.rs
@@ -8,7 +8,6 @@ pub mod error;
pub mod jabber_stream;
pub use connection::Connection;
-use connection::Tls;
pub use error::Error;
pub use jabber_stream::JabberStream;
pub use jid::JID;