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
Activate 7 new Clippy lints (1.94/1.95 ratchets) to catch low-volume patterns across the workspace.
Investigation
Workspace Clippy-clean against current policy. Pre-measured hit counts across full workspace via cargo clippy --workspace --all-targets --all-features --locked:
Summary
Activate 7 new Clippy lints (1.94/1.95 ratchets) to catch low-volume patterns across the workspace.
Investigation
Workspace Clippy-clean against current policy. Pre-measured hit counts across full workspace via
cargo clippy --workspace --all-targets --all-features --locked:clippy::same_length_and_capacitywarnclippy::manual_ilog2warnclippy::decimal_bitwise_operandswarnclippy::needless_type_castwarnclippy::manual_checked_opswarnclippy::manual_takewarnclippy::manual_pop_ifwarnclippy::duration_suboptimal_unitsclippy::unnecessary_trailing_commaPlan
warnin[workspace.lints.clippy]duration_suboptimal_units— high-volume burn-down belongs in PR 5's debt ledger (PR 5: Clippy policy ledgers infrastructure #179)unnecessary_trailing_comma— style-only, separate follow-updisallowed_fieldsstays off, no protected seams yet (see docs/CLIPPY_POLICY.md:42)Acceptance
cargo clippy --workspace --all-targets --all-features --locked -- -D warningsexits cleanDependencies
Filed by planning agent during 0.4.0 rollout sequencing, 2026-05-11.