Skip to content

fix: satisfy clippy 1.96 profile percentage lint#4

Merged
jsvana merged 1 commit into
jsvana:mainfrom
rwjblue:rwjblue/fix-clippy-1-96
Jul 8, 2026
Merged

fix: satisfy clippy 1.96 profile percentage lint#4
jsvana merged 1 commit into
jsvana:mainfrom
rwjblue:rwjblue/fix-clippy-1-96

Conversation

@rwjblue

@rwjblue rwjblue commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

BLUF: Fix the profile percentage calculation for Rust 1.96 clippy.

Clippy 1.96 denies the previous manual checked division pattern under -D warnings. This keeps the existing empty-profile behavior while using checked_div so post-merge CI can pass again.

Verification

  • cargo +stable fmt --all -- --check
  • cargo +stable clippy --all-targets --all-features -- -D warnings
  • cargo +stable test --all-features

@rwjblue rwjblue marked this pull request as ready for review July 8, 2026 15:53
@jsvana jsvana merged commit 36dae98 into jsvana:main Jul 8, 2026
3 checks passed
@rwjblue rwjblue deleted the rwjblue/fix-clippy-1-96 branch July 10, 2026 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants