removed outdated comment

This commit is contained in:
Vincent Junge 2023-11-19 17:13:52 +01:00
parent 4f207d55d9
commit 0f446f43b4
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@ pub type WsMessage = tungstenite::Message;
pub type WsError = tungstenite::Error;
impl WebSocketBackend {
// When impl_trait_in_assoc_type gets stabilized, this would just be = impl Sink<Self::Message>
pub async fn new(
websocket_url: &str,
) -> Result<(WsSink, WsStream), crate::errors::GatewayError> {