1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Refactor multiplayer message handling into smaller functions

This commit is contained in:
NG (Graham)
2025-09-06 11:03:39 -04:00
parent 0e35aced01
commit 79f8341adc
3 changed files with 584 additions and 474 deletions

6
utils/clippy.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
cargo clippy --all -- \
-A clippy::collapsible_if \
-A clippy::type_complexity \
-A clippy::wrong_self_convention