mirror of
https://github.com/KhizarImran/backtestingfx.git
synced 2026-08-05 00:07:46 +00:00
d54c3827b8
Replace four map_or(false, ..) calls in check_sl_tp with is_some_and, which
reads closer to the intent ("there is a stop and price hit it").
CI now runs `cargo clippy --all-targets -- -D warnings` in place of
`cargo check` — clippy is a superset, so this is more coverage in one
fewer step, and -D warnings stops the lint debt building back up.