veloren/network
Imbris 283306780d Suppress two clippy lints and revert some of their changes from the last
toolchain update.

The lints are `collapsible_match` and `manual_option_zip`.

`collapsible_match` made the match arms inconsistent and made them
reliant on being followed by a no-op wildcard arm.

`manual_option_zip` has a bug in our current version where it suggests
transforming conditional calls into unconditional calls.
2026-07-25 19:12:38 -04:00
..
benches Toolchain update 2025-01-23 13:01:20 +01:00
examples Fixed network tests 2026-07-03 01:11:11 +01:00
protocol Suppress two clippy lints and revert some of their changes from the last 2026-07-25 19:12:38 -04:00
src Fixed network tests 2026-07-03 01:11:11 +01:00
tests cargo clippy in test 2026-06-14 17:45:15 +02:00
Cargo.toml update some Cargo.toml dependencies 2026-01-25 12:40:30 +01:00