don’t use wildcard use

This commit is contained in:
Emmanuel Gil Peyrot 2017-07-18 21:54:10 +01:00 committed by Astro
commit 794a994720
10 changed files with 27 additions and 29 deletions

View file

@ -17,9 +17,9 @@ pub mod xmpp_codec;
pub mod xmpp_stream;
mod stream_start;
mod tcp;
pub use tcp::*;
pub use tcp::TcpClient;
mod starttls;
pub use starttls::*;
pub use starttls::StartTlsClient;
mod happy_eyeballs;
mod client;
pub use client::{Client, ClientEvent};