-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Move needless_pass_by_ref_mut
: suspicious
-> nursery
#11596
Move needless_pass_by_ref_mut
: suspicious
-> nursery
#11596
Conversation
r? @Jarcho (rustbot has picked a reviewer for you, use r? to override) |
@bors r+ |
Move `needless_pass_by_ref_mut`: `suspicious` -> `nursery` [Related to [this Zulip thread](https://rust-lang.zulipchat.com/#narrow/stream/257328-clippy/topic/needless_pass_by_ref_mut.20isn't.20ready.20for.20stable)] `needless_pass_by_ref_mut` has been released with some important bugs (notably having a lot of reported false positives and an ICE). So it may not be really ready for being in stable until these problems are solved. This PR changes the lint's category from `suspicious` to `nursery`, just that. changelog: none
@bors r- |
☀️ Try build successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
The changes to the other tests aren't needed, they should only need to be blessed. |
Oh, you're right. I'll change those right now. |
2705d62
to
07e6329
Compare
One more time. @bors r+ |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
…Simulacrum [stable] 1.73.0 release Still needs a clippy backport (rust-lang/rust-clippy#11596). r? `@Mark-Simulacrum`
…Simulacrum [stable] 1.73.0 release Still needs a clippy backport (rust-lang/rust-clippy#11596). r? `@Mark-Simulacrum`
[Related to this Zulip thread]
needless_pass_by_ref_mut
has been released with some important bugs (notably having a lot of reported false positives and an ICE). So it may not be really ready for being in stable until these problems are solved. This PR changes the lint's category fromsuspicious
tonursery
, just that.changelog: none