Clippy fixes (#2033)

* clippy fixed

* wasm clippy

* clippy fixes

* post clippy fmt

* last clippy fix
This commit is contained in:
puzzle-rusher
2025-07-05 00:21:31 +04:00
committed by GitHub
parent 1f57e8fd1a
commit e892802baf
14 changed files with 37 additions and 40 deletions
@@ -243,7 +243,7 @@ async fn run_server_with_settings(
drop(server_handle);
});
Ok((tx, format!("ws://{}", addr)))
Ok((tx, format!("ws://{addr}")))
}
async fn serve_with_graceful_shutdown<S, B, I>(