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
Clippy complains that, I quote, "lint clippy::integer_arithmetic has been renamed to clippy::arithmetic_side_effects".
clippy::integer_arithmetic
clippy::arithmetic_side_effects
This lint directive is created by dbc-codegen in generated code here:
dbc-codegen/src/lib.rs
Line 47 in 5223d92
You can see details why it's renamed here: rust-lang/rust-clippy#10674
The text was updated successfully, but these errors were encountered:
Fixed in 91c8093
Sorry, something went wrong.
No branches or pull requests
Clippy complains that, I quote, "lint
clippy::integer_arithmetic
has been renamed toclippy::arithmetic_side_effects
".This lint directive is created by dbc-codegen in generated code here:
dbc-codegen/src/lib.rs
Line 47 in 5223d92
You can see details why it's renamed here: rust-lang/rust-clippy#10674
The text was updated successfully, but these errors were encountered: