You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI's toolchain rolled to Rust 1.96; `cargo clippy --all-targets -- -D
warnings` now fails on 14 pre-existing lints in `corpus/`,
`exchange/smtlib.rs` and `verification/pareto_arbiter.rs`, plus
deprecated `criterion::black_box` in both bench targets. These were
invisible while the fmt red (#305) short-circuited the rust-ci job, and
they block every PR's rust-ci (first seen on #306, whose own module is
clippy-clean).
All fixes are mechanical with no behaviour change. `cargo clippy
--all-targets` clean locally; 1174 lib tests green; `cargo fmt --check`
clean.
Unblocks rust-ci for #306 and keeps the main-green clock (L3→L1 gate)
alive.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
0 commit comments