Skip to content

Commit 15ffccf

Browse files
author
Devdutt Shenoi
committed
fix: rm dup import
1 parent 10d843c commit 15ffccf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

rumqttc/src/lib.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,7 @@ mod tls;
124124
mod websockets;
125125

126126
#[cfg(feature = "websocket")]
127-
use std::{
128-
future::{Future, IntoFuture},
129-
pin::Pin,
130-
};
127+
use std::future::IntoFuture;
131128

132129
#[cfg(feature = "websocket")]
133130
type RequestModifierFn = Arc<

0 commit comments

Comments
 (0)