Fix: Clippy lint 'uninlined_format_args'
This commit is contained in:
parent
e6092e81a4
commit
42b1bfe66d
25 changed files with 47 additions and 54 deletions
|
|
@ -41,7 +41,7 @@ async fn user_connected(ws: WebSocket) {
|
|||
tokio::task::spawn(async move {
|
||||
while let Some(message) = rx.next().await {
|
||||
user_ws_tx.send(message).await.unwrap_or_else(|e| {
|
||||
eprintln!("websocket send error: {}", e);
|
||||
eprintln!("websocket send error: {e}");
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue