-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Stabilize cargo clippy --fix
#7405
Conversation
r? @camsteffen (rust-highfive has picked a reviewer for you, use r? to override) |
I don't know what the process is for stabilizing things, so 🤷 cc @rust-lang/clippy |
I'm +1 for this, woudl love to see what others think |
There are a couple of other places that need to be updated as well I think? .github/workflows/clippy.yml and .github/workflows/clippy_bors.yml (We test --fix there)
Looking forward to having this merged! 😄 |
93a5e1c
to
17fbb56
Compare
This is ready for re-review :) |
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.
Looks good, thanks!
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.
Also +1 from me
This has been unstable since it was first introduced in rust-lang#5363. In that time, I have been using it successfully in nightly without issues. I don't think there are any blocking issues now that RUSTC_WORKSPACE_WRAPPER is stabilized, so this can be stabilized.
📌 Commit aa40487 has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Thank you all for making Clippy great! ❤️ |
Awww 🥺 |
This has been unstable since it was first introduced in
#5363. In that time, I have
been using it successfully in nightly without issues. I don't think
there are any blocking issues now that RUSTC_WORKSPACE_WRAPPER is
stabilized, so this can be stabilized.
changelog: Stabilize
cargo clippy --fix