Files
foxhunt/services
jgrusewski a6cb981068 fix(clippy): Eliminate needless operations (borrow/clone/conversion/cast)
Applied clippy auto-fix and manual fixes to eliminate:
- Redundant clones (7 fixes in config tests)
- Useless conversions (1 fix in stress_tests)

Auto-fixed files:
- config/tests/config_loading_tests.rs: 2 redundant clones
- config/tests/hot_reload_integration_tests.rs: 3 redundant clones
- config/tests/schemas_tests.rs: 2 redundant clones
- services/stress_tests/src/metrics.rs: useless u64::try_from conversion

Manual fixes:
- adaptive-strategy/src/regime/mod.rs: Added missing else blocks (2 locations)
- trading_engine/src/timing.rs: Fixed unseparated literal suffixes (3 locations)
- model_loader/src/lib.rs: Changed .to_string() to .to_owned() (2 locations)
- ml/src/tft/quantized_attention.rs: Removed unused DType import

Results:
- 333 auto-fixes across 30 files
- 0 remaining warnings in target categories
- All compilation errors resolved

Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-23 12:11:08 +02:00
..