We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cast_sign_loss
cast_possible_wrap
The integer_sign_cast API is about to be stabilised: rust-lang/rust#125882
integer_sign_cast
This means that clippy can then propose these functions as a fix for the cast_sign_loss and cast_possible_wrap lints.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The
integer_sign_cast
API is about to be stabilised:rust-lang/rust#125882
This means that clippy can then propose these functions as a fix for the
cast_sign_loss
andcast_possible_wrap
lints.The text was updated successfully, but these errors were encountered: