-
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
improved help message for suspicious_map
#7770
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @giraffate (or someone else) soon. Please see the contribution instructions for more information. |
r? @xFrednet |
Thank you for the review request! The change looks good, could you also reference You can find the docs in |
Thank you for the documentation improvement 🙃 @bors r+ |
📌 Commit 320ecb1 has been approved by |
improved help message for `suspicious_map` `suspicious_map`'s help message assumes that the literal behavior is never the intended one, although it's sometimes. This PR adds a mention of `inspect`, offering a idiomatic alternative. fixes #7767 --- * Improved help message of [`suspicious_map`]. changelog:
💔 Test failed - checks-action_test |
The changelog entry needed to be on the same line as @bors retry |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
suspicious_map
's help message assumes that the literal behavior is never the intended one, although it's sometimes. This PR adds a mention ofinspect
, offering a idiomatic alternative.fixes #7767
changelog: Improved help message of [
suspicious_map
].