mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
udp, ws load test: fix clippy errors
This commit is contained in:
parent
d92b11191a
commit
c202d9ba41
2 changed files with 20 additions and 20 deletions
|
|
@ -95,7 +95,7 @@ impl Connection {
|
|||
|
||||
connections.insert(*token_counter, connection);
|
||||
|
||||
*token_counter = *token_counter + 1;
|
||||
*token_counter += 1;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue