-
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 is_digit_ascii_radix
#8624
Conversation
r? @xFrednet (rust-highfive has picked a reviewer for you, use r? to override) |
d33ff63
to
44c084b
Compare
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.
This already looks good to me 👍 I've added two comments, and then it should be ready to be merged. 🙃
Done. |
☔ The latest upstream changes (presumably #8606) made this pull request unmergeable. Please resolve the merge conflicts. |
d020b6f
to
77c3ea0
Compare
Alright, moved the MSRV check and resolved the conflicts. |
Alright, the code looks good. Could you rebase your commit again on master? it looks like you accidentally pulled in a second commit from someone else 🙃 You're welcome to reach out, if you need help with that. Maybe you can also just use an interactive rebase and drop the other commit :) |
☔ The latest upstream changes (presumably #8646) made this pull request unmergeable. Please resolve the merge conflicts. |
77c3ea0
to
06cfeb9
Compare
📌 Commit 06cfeb9 has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Closes #6399
changelog: Added [
is_digit_ascii_radix
]: recommendis_ascii_digit()
oris_ascii_hexdigit()
in place ofis_digit(10)
andis_digit(16)