-
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
useless Rc<Rc<T>>, Rc<Box<T>>, Rc<&T>, Box<&T> #5349
Conversation
a8d691a
to
bfa0ff8
Compare
☔ The latest upstream changes (presumably #5319) made this pull request unmergeable. Please resolve the merge conflicts. |
81a9113
to
063de76
Compare
6ffa397
to
0d9804c
Compare
☔ The latest upstream changes (presumably #5380) made this pull request unmergeable. Please resolve the merge conflicts. |
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.
looking good so far
We discussed this a bit: we should make this a single lint |
☔ The latest upstream changes (presumably #5294) made this pull request unmergeable. Please resolve the merge conflicts. |
Should we just close the other PR and land these all together? (Also this needs a rebase) |
0dcf54a
to
b02335a
Compare
☔ The latest upstream changes (presumably #5401) made this pull request unmergeable. Please resolve the merge conflicts. |
@bors r+ thanks! |
📌 Commit f8e892d has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
refers to #2394
changelog: Add lints for Rc<Rc> and Rc<Box> and Rc<&T>, Box<&T>
this is based on top of another change #5310 so probably should go after that one.