-
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
Improve strlen_on_c_string
#8001
Conversation
r? @giraffate (rust-highfive has picked a reviewer for you, use r? to override) |
c550d0b
to
6c23dc8
Compare
6c23dc8
to
0d1f1ce
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.
Overall looks good. Can you address the failed tests?
d32fcd3
to
a135347
Compare
@bors r+ Thanks! |
📌 Commit a135347 has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
fixes: #7436
changelog: lint
strlen_on_c_string
when used without a fully-qualified pathchangelog: suggest removing the surrounding unsafe block for
strlen_on_c_string
when possible