Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uint: Fix clippy warnings #707

Merged
merged 1 commit into from Feb 1, 2023
Merged

Conversation

DragonDev1906
Copy link
Contributor

Fixes #660 (I could not find the source for manual_range_contains, nor did clippy complain, so I assume it was already fixed by accident or the clippy rules changed)

This change allows using the uint crate while using clippy without having to disable the assign_op_pattern rule.

  • In the uint crate
  • When using the uint crate

- In the uint crate
- When using the uint crate
@ordian ordian merged commit 223af1d into paritytech:master Feb 1, 2023
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.

Silence uint warns
2 participants