jgrusewski
5eac5ca8da
lint(trading_engine): fix all 64 clippy deny violations
- Replace 22 indexing operations with .get()/.get_mut() bounds checks
- Replace 13 push_str(&format!()) with write!() via std::fmt::Write
- Replace 10 non-binding let on #[must_use] with drop()
- Convert 4 empty-bracket structs to unit structs
- Expand 6 wildcard matches to explicit enum variant listing
- Simplify 3 if/else to bool::then()
- Replace 3 string indexing with .get(range)
- Replace File::read_to_string with fs::read_to_string
- Replace expect() with unwrap_or_else() fallback
- Add else branch to compliance threshold check
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 01:51:11 +01:00
..
2025-10-19 09:10:55 +02:00
2026-02-22 01:51:11 +01:00
2025-10-19 09:10:55 +02:00
2025-10-31 00:20:00 +01:00
2025-09-28 12:48:51 +02:00
2026-02-22 01:51:11 +01:00
2025-10-07 14:25:46 +02:00