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

Clippy tweaks for latest PR and multiplayer fixes

This commit is contained in:
NG (Graham)
2026-01-15 18:56:30 -05:00
parent a48f9dcfe9
commit f2896509ba
6 changed files with 19 additions and 18 deletions

6
utils/clippy_fix.sh Executable file
View File

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