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
This would be an allow lint that could be activated for code where a more specific kind of arithmetic is wanted (e.g. wrapping or checked).
Courtesy of tomaka on reddit
The text was updated successfully, but these errors were encountered:
We could also lint floating point arithmetic. See RFC: Float-free libcore rust-lang/rfcs#1596.
Sorry, something went wrong.
Sure, the more the merrier 😄
fix #887: New lints for integer/floating-point arithmetic
9a99979
Merge pull request #889 from Manishearth/fix-887
469b3d5
Successfully merging a pull request may close this issue.
This would be an allow lint that could be activated for code where a more specific kind of arithmetic is wanted (e.g. wrapping or checked).
Courtesy of tomaka on reddit
The text was updated successfully, but these errors were encountered: