-
Notifications
You must be signed in to change notification settings - Fork 151
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
Unstable lints in v0.30.1 #760
Comments
I think we should add |
I was going to suggest the former option, as well. |
I wonder if it would make sense to have the CI checks set |
Thanks @burrbull ! Two takeaways:
|
svd2rust v0.30.1 is including
in the generated output when running as
svd2rust --target none -i my_registers.svd -o src/
These lints are unstable and the resulting code gives warnings when built with rustc 1.73.0:
svd2rust v0.30.0 doesn't do this. I've seen that this change was in included in f097443, apparently to fix the clippy lints on nightly, but it seems that it breaks them on stable.
The text was updated successfully, but these errors were encountered: