-
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
New lint [tuple_array_conversions
]
#11020
Conversation
r? @llogiq (rustbot has picked a reviewer for you, use r? to override) |
78dc48e
to
1090bf3
Compare
Looks good to me. Thank you! Could we determine whether type annotations are needed and otherwise shorten the help text? In any event, that could be a follow-up PR. @bors r+ |
New lint [`tuple_array_conversions`] Closes #10748 PS, the implementation is a bit ugly 😅 ~~I will likely refactor soon enough :)~~ Done :D changelog: New lint [`tuple_array_conversions`]
💔 Test failed - checks-action_test |
1090bf3
to
4b67478
Compare
☔ The latest upstream changes (presumably #10884) made this pull request unmergeable. Please resolve the merge conflicts. |
5633821
to
6198a09
Compare
@llogiq, CI unfortunately failed because of |
6198a09
to
eeb3d96
Compare
☔ The latest upstream changes (presumably #11030) made this pull request unmergeable. Please resolve the merge conflicts. |
🔒 Merge conflict This pull request and the master branch diverged in a way that cannot be automatically merged. Please rebase on top of the latest master branch, and let the reviewer approve again. How do I rebase?Assuming
You may also read Git Rebasing to Resolve Conflicts by Drew Blessing for a short tutorial. Please avoid the "Resolve conflicts" button on GitHub. It uses Sometimes step 4 will complete without asking for resolution. This is usually due to difference between how Error message
|
@bors r- Please rebase. |
Was just about to :D |
eeb3d96
to
826edd7
Compare
@bors r+ |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Given the line |
Closes #10748
PS, the implementation is a bit ugly 😅
I will likely refactor soon enough :)Done :Dchangelog: New lint [
tuple_array_conversions
]