Skip to content

Commit 691e967

Browse files
committed
broker: mqtt_conn: do not import what is already imported via wildcard
Signed-off-by: Leonard Göhrs <[email protected]>
1 parent fc7b617 commit 691e967

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/broker/mqtt_conn.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ use futures_util::future::Either;
4040
use futures_util::{FutureExt, SinkExt, StreamExt};
4141

4242
use mqtt::control::variable_header::{ConnectReturnCode, ProtocolLevel};
43-
use mqtt::packet::publish::QoSWithPacketIdentifier;
4443
use mqtt::packet::suback::SubscribeReturnCode;
4544
use mqtt::TopicFilter;
4645
use mqtt::{packet::*, Decodable, Encodable};

0 commit comments

Comments
 (0)