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

@ -1,12 +1,12 @@
use std::collections::HashMap;
use futures::*;
use futures::{Poll, Stream, Sink, StartSend};
use tokio_io::{AsyncRead, AsyncWrite};
use tokio_io::codec::Framed;
use minidom::Element;
use jid::Jid;
use xmpp_codec::*;
use stream_start::*;
use xmpp_codec::XMPPCodec;
use stream_start::StreamStart;
pub const NS_XMPP_STREAM: &str = "http://etherx.jabber.org/streams";