Skip to content

Conversation

@nyurik
Copy link
Contributor

@nyurik nyurik commented Oct 8, 2025

  • as operator could cause all sorts of surprises, plus constants do not needed it because they can be written as 1_u8 or even 1u8
  • a few minor cleanups like using size_of, MIN and MAX directly

* `as` operator could cause all sorts of surprises, plus constants do not needed it because they can be written as `1_u8` or even `1u8`
@dermesser dermesser merged commit af91eaa into dermesser:master Oct 28, 2025
9 checks passed
@nyurik nyurik deleted the cleanup branch October 28, 2025 19:37
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