-
Notifications
You must be signed in to change notification settings - Fork 71
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
Bum Rust to 1.78.0 #402
Bum Rust to 1.78.0 #402
Conversation
72a27d2
to
c63d661
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm wondering if you could:
- Split the bump itself and the clippy changes into two separate commits
- Provide more details in the "clippy" commit regarding what issues were circumvented/bypassed the changes
Is it valid to have a "broken" Commit ? because just bumping the Rust version will leave it broken. And I can add the details at the single commit |
c63d661
to
8682b9b
Compare
As long as the commit with the fix is merged alongside the broken commit, I don't see a problem. But I'm fine with a single commit as well, if you prefer. |
3e9bfe3
to
833f16f
Compare
Added general '-A clippy::mixed_attributes_style' to CI clippy execution to avoid linter warning on the automatically generated file 'iconsensus.rs'
833f16f
to
91b254c
Compare
Dead Code removed |
Closes #400