Skip to content

Commit

Permalink
Remove redundant trait bound
Browse files Browse the repository at this point in the history
  • Loading branch information
rubdos committed Jul 5, 2024
1 parent cca447a commit 7b8a263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsignal-service-actix/src/websocket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ impl From<AwcWebSocketError> for ServiceError {
}

/// Process the WebSocket, until it times out.
async fn process<S: Stream>(
async fn process<S>(
socket_stream: S,
mut incoming_sink: Sender<WebSocketStreamItem>,
) -> Result<(), AwcWebSocketError>
Expand Down

0 comments on commit 7b8a263

Please sign in to comment.