-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rename eq_ignore_case
to starts_with_ignore_case
#97065
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
Conversation
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @joshtriplett (or someone else) soon. Please see the contribution instructions for more information. |
@bors r+ |
📌 Commit 2626531 has been approved by |
The method doesn't test for equality. It tests if the object starts with a given byte array, so its name is confusing.
☀️ Test successful - checks-actions |
Finished benchmarking commit (cdd74fc): comparison url. Summary: This benchmark run did not return any relevant results. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
The method doesn't test for equality. It tests if the object starts with
a given byte array, so its name is confusing.