-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand unnecessary_literal_bound to literal arrays and slices #13655
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
base: master
Are you sure you want to change the base?
Expand unnecessary_literal_bound to literal arrays and slices #13655
Conversation
@GnomedDev is this still a draft now that #13557 is merged? |
@Jarcho that PR is not merged? |
Sorry, almost merged. Is it just waiting on that? |
I would have agreed with "almost merged" a month ago, but it looks like it will be lost to the sands of time now. Anyway, yes it just waiting on that, then some PR review. |
Feel free to ping the reviewer in cases like that (I just did it in that PR). Notifications don't do a good job of notifying when something is pushed to the PR. |
☔ The latest upstream changes (presumably f83a227) made this pull request unmergeable. Please resolve the merge conflicts. |
☔ The latest upstream changes (possibly d28d234) made this pull request unmergeable. Please resolve the merge conflicts. |
Draft as based on #13557.
changelog: [
unnecessary_literal_bound
] Now lints for returning statically promoted arrays and slices, not just literal strings