prop/rust
Graham McIntire af560be01e
fix(weather_scalar_file): use direct <= instead of !(>) for partial-ord guard
Clippy's `neg_cmp_op_on_partial_ord` lint fails on `-D warnings`,
which CI enforces. Using `<=` directly is clearer and equivalent for
the f64 inputs we pass (both are caller-supplied target pressures
that come from the level-key constants — neither is ever NaN).
2026-04-29 08:45:46 -05:00
..
prop_grid_rs fix(weather_scalar_file): use direct <= instead of !(>) for partial-ord guard 2026-04-29 08:45:46 -05:00