Skip to content

Handle integer conversions explicitly - #96

Merged
writemorecode merged 1 commit into
mainfrom
fix/clippy_int_casting_truncation
Aug 27, 2026
Merged

Handle integer conversions explicitly#96
writemorecode merged 1 commit into
mainfrom
fix/clippy_int_casting_truncation

Conversation

@writemorecode

Copy link
Copy Markdown
Owner

Add stricter Clippy lints related to integer truncation, sign loss, wrapping, etc. Fixes many issues such as let value: u32 = some_usize_value as u32.

@writemorecode
writemorecode merged commit 2d4cf5f into main Aug 27, 2026
1 check passed
@writemorecode
writemorecode deleted the fix/clippy_int_casting_truncation branch August 27, 2026 16:05
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.

1 participant