Files
anyllm-proxy/crates
whit3rabbitandClaude Opus 4.7 3d62da3a68 chore: fix Rust 1.95 clippy lints
CI runs stable (now 1.95) which surfaces two new lints my 1.94 local
check missed:

- collapsible_match in reverse_message_map.rs: collapse the empty
  guard branch into a match arm with a guard.
- manual_checked_ops in admin/db.rs: replace the explicit zero check
  with checked_div(...).unwrap_or(0).
- collapsible_match in admin/ws.rs: clippy's suggested guard form
  fails to compile because Bytes can't be moved in a pattern guard.
  Apply a targeted #[allow] with a comment explaining why.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-18 19:41:46 -05:00
..
2026-04-18 19:41:46 -05:00