jgrusewski
ccf9e22a55
fix(clippy): resolve misc warnings across ML crates
- Implement Display trait instead of inherent to_string() (versioning.rs)
- Replace iter().nth() with .get(), .get(0) with .first()
- Collapse else-if chains, derive Default for enums
- Fix deref warnings, redundant let bindings, push_str('\n')
- Convert match-to-if-let, use saturating_sub, RangeInclusive::contains
- Replace vec![push;push] with vec![...] literal (feature_extraction.rs)
- Remove redundant redefinitions, unnecessary parentheses, casts
- Fix &Vec<_> to &[_] in function parameters
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 12:12:14 +01:00
..
2026-03-01 22:47:39 +01:00
2026-03-10 11:17:51 +01:00
2026-03-05 00:22:04 +01:00
2026-03-01 22:47:39 +01:00
2026-03-07 23:28:18 +01:00
2026-03-01 22:47:39 +01:00
2026-03-01 22:47:39 +01:00
2026-03-10 11:17:51 +01:00
2026-03-10 11:17:51 +01:00
2026-03-10 11:51:31 +01:00
2026-03-10 12:12:14 +01:00
2026-03-09 21:16:47 +01:00
2026-03-01 22:47:39 +01:00
2026-03-10 11:51:31 +01:00
2026-03-10 12:12:14 +01:00
2026-03-10 11:51:31 +01:00
2026-03-10 11:17:51 +01:00
2026-03-10 12:12:14 +01:00
2026-03-10 11:51:31 +01:00
2026-03-10 11:51:31 +01:00
2026-03-10 11:51:31 +01:00
2026-03-08 15:17:22 +01:00
2026-03-10 11:51:31 +01:00
2026-03-10 12:12:14 +01:00
2026-03-08 15:17:22 +01:00
2026-03-08 15:17:22 +01:00
2026-03-10 11:17:51 +01:00
2026-03-10 12:12:14 +01:00
2026-03-10 12:12:14 +01:00
2026-03-10 11:51:31 +01:00
2026-03-10 11:27:01 +01:00
2026-03-01 22:47:39 +01:00
2026-03-05 23:19:38 +01:00
2026-03-01 22:47:39 +01:00
2026-03-01 22:47:39 +01:00
2026-03-05 00:18:58 +01:00
2026-03-01 22:47:39 +01:00
2026-03-03 22:16:35 +01:00