Files
foxhunt/common/src
jgrusewski 29aca309aa fix: resolve clippy warnings in common and web-gateway
- Replace redundant closures with function references in correlation.rs
- Use unwrap_or_default() instead of unwrap_or_else(T::new)
- Allow clippy::infinite_loop on intentional reconnect/heartbeat loops
- Allow clippy::empty_structs_with_brackets in generated proto code

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 06:40:06 +01:00
..