Revert "clippy fixes"

This reverts commit f6e94cfd32.
This commit is contained in:
2025-06-29 10:54:59 +02:00
parent f6e94cfd32
commit 5d4c7630ef
65 changed files with 85 additions and 495 deletions

View File

@@ -5,14 +5,8 @@ tb_setup_mac:
ln -s $(pwd)/trenchbroom/hedz/hedz.fgd "$HOME/Library/Application Support/TrenchBroom/games/hedz/hedz.fgd" | true
ln -s $(pwd)/trenchbroom/hedz/GameConfig.cfg "$HOME/Library/Application Support/TrenchBroom/games/hedz/GameConfig.cfg" | true
run:
RUST_BACKTRACE=1 cargo r --bin client
dbg:
RUST_BACKTRACE=1 cargo r --bin client --features dbg
dbg-server:
RUST_BACKTRACE=1 cargo r --bin server --features dbg
RUST_BACKTRACE=1 cargo r --features dbg
check:
cargo fmt --check