Skip to content

Commit c81d62c

Browse files
committed
Remove unnecessary Unpin bound
1 parent 14e1128 commit c81d62c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lighthouse-client/src/lighthouse.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ enum Slot<M> {
3232
impl<S> Lighthouse<S>
3333
where S: Stream<Item = tungstenite::Result<Message>>
3434
+ Sink<Message, Error = tungstenite::Error>
35-
+ Unpin
3635
+ Send
3736
+ 'static {
3837
/// Connects to the lighthouse using the given credentials.

0 commit comments

Comments
 (0)