Removing unreachable Ok(())
This commit is contained in:
@@ -11,5 +11,4 @@ async fn main() -> Result<(), WebSocketError> {
|
|||||||
let msg = ws.receive().await?;
|
let msg = ws.receive().await?;
|
||||||
println!("Received: {:?}", msg);
|
println!("Received: {:?}", msg);
|
||||||
}
|
}
|
||||||
Ok(())
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user