-
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 [string_lit_chars_any
]
#11052
Conversation
r? @Jarcho (rustbot has picked a reviewer for you, use r? to override) |
☔ The latest upstream changes (presumably #11012) made this pull request unmergeable. Please resolve the merge conflicts. |
ab1ba47
to
0b2a9dd
Compare
☔ The latest upstream changes (presumably #10970) made this pull request unmergeable. Please resolve the merge conflicts. |
e27e74e
to
b62c879
Compare
☔ The latest upstream changes (presumably #11116) made this pull request unmergeable. Please resolve the merge conflicts. |
b62c879
to
217485e
Compare
217485e
to
9d08502
Compare
Looks good now. Thank you. @bors r+ |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Closes #10389
This lint can probably be deprecated if/when rustc optimizes
.chars().any(...)
.changelog: New lint [
string_lit_chars_any
]