Files
foxhunt/adaptive-strategy/src/execution
jgrusewski 43c234ee40 lint(adaptive-strategy): fix all 11 clippy deny violations
- Replace .unwrap() on partial_cmp with .unwrap_or(Ordering::Equal)
- Replace .unwrap() on Option with .ok_or_else()? for Kelly/PPO sizers
- Convert empty-bracket structs to unit structs (ShortfallTracker, VPINCalculator)
- Use fallback for chrono::Duration and serde_json::Number conversions

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