PROBLEM: the MSRV job runs on stable (never enforces 1.85); clippy has no -D warnings so it is advisory only.
EVIDENCE: .github/workflows/ci.yml:156 (rust-toolchain@stable), ci.yml:46 (clippy, no -D warnings).
TEST: CI fails on a deliberate clippy warning and on a post-1.85 feature.
ACCEPTANCE: MSRV job pinned to 1.85; clippy runs -D warnings keeping the existing -A allow-list.
PROBLEM: the MSRV job runs on stable (never enforces 1.85); clippy has no -D warnings so it is advisory only.
EVIDENCE: .github/workflows/ci.yml:156 (rust-toolchain@stable), ci.yml:46 (clippy, no -D warnings).
TEST: CI fails on a deliberate clippy warning and on a post-1.85 feature.
ACCEPTANCE: MSRV job pinned to 1.85; clippy runs -D warnings keeping the existing -A allow-list.