-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Generalize "remove &
" and "add *
" suggestions to more than one deref
#91545
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Generalize "remove &
" and "add *
" suggestions to more than one deref
#91545
Conversation
d494432
to
c432afe
Compare
☔ The latest upstream changes (presumably #92883) made this pull request unmergeable. Please resolve the merge conflicts. |
c432afe
to
f9be623
Compare
Ping from triage: |
@JohnCSimon given that this has gone almost 3 months without review, I apologize for not keeping up with rebasing this every time bors tells me that it newly fails to merge. Should I re-roll for a new highfive reviewer, or @estebank do you plan on taking a look at this sometime in the near future? Thanks! |
I will rebase this again, just for good measure. |
f9be623
to
d1647f4
Compare
d1647f4
to
5ce3f56
Compare
r? @jackh726 |
@bors r+ |
📌 Commit 5ce3f56 has been approved by |
Rollup of 7 pull requests Successful merges: - rust-lang#91545 (Generalize "remove `&`" and "add `*`" suggestions to more than one deref) - rust-lang#93385 (Rustdoc ty consistency fixes) - rust-lang#93926 (Lint against more useless `#[must_use]` attributes) - rust-lang#94094 (use BOOL for TCP_NODELAY setsockopt value on Windows) - rust-lang#94384 (Add Atomic*::from_mut_slice) - rust-lang#94448 (5 - Make more use of `let_chains`) - rust-lang#94452 (Sync portable-simd for bitmasks &c.) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Suggest removing more than one
&
and&mut
, along with suggesting adding more than one*
(or a combination of the two).r? @estebank
(since you're experienced with these types of suggestions, feel free to reassign)