jgrusewski
1a62060dab
fix(clippy): resolve all workspace clippy warnings
Fix pre-existing and new clippy issues across 5 files:
- service_auth.rs: .to_string() → .to_owned() on &str, backtick doc items
- streams.rs: backtick doc items, allow cognitive_complexity on reconnect_loop
- main.rs: .to_owned(), allow infinite_loop, drop must_use, rename shadow
- start.rs: eliminate shadow_reuse on endpoint binding
- enhanced_ml.rs: remove unnecessary f64 cast
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 22:06:25 +01:00
..
2026-02-27 02:01:37 +01:00
2026-03-02 22:06:25 +01:00
2026-03-02 21:50:19 +01:00
2026-02-25 11:56:00 +01:00
2026-03-02 21:50:19 +01:00
2026-02-25 11:56:00 +01:00
2026-03-02 21:50:19 +01:00
2026-03-02 22:06:25 +01:00
2026-03-01 02:14:08 +01:00
2026-02-25 11:56:00 +01:00
2026-03-02 21:50:19 +01:00