-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Improve wording for suggestion messages #12170
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 wording for suggestion messages #12170
Conversation
bc64bee
to
998ba82
Compare
Fixed CI. |
Please forgive me for chiming in. I was planning to submit a PR to remove all the uses of "consider". Here is a concrete example:
IMHO, "consider" doesn't add anything here, and just the following would suffice:
EDIT: Do you not agree? Do you think "consider" adds something? |
It's possible that the clippy suggestion is either wrong or not the best in a given context. Using "consider" leaves this possibility open and tells the users "it might be better than what you already have, so maybe consider using it?". At least that's how I see it. |
OK. (Sorry for jumping on your PR.) |
It's fine don't worry. Better discuss before changes are merged to ensure everyone is on board. :) |
Looks good to me. Thank you! @bors r+ |
…llogiq Improve wording for suggestion messages Follow-up of #12140. r? `@llogiq` changelog: Improve wording for suggestion messages
💔 Test failed - checks-action_test |
998ba82
to
38d9585
Compare
I ran the tests locally and it all worked. Not sure what happened... I rebased just in case. |
something's up with the macos runners, they have been randomly failing in a bunch of PRs for a few days now so it probably just needs a retry |
@bors retry |
Hmm seems like that wasn't picked up by bors? Maybe it needs to be reapproved since a new commit was added/history was changed because of the rebase? 🤔 |
Let's try that then. @bors r+ |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Follow-up of #12140.
r? @llogiq
changelog: Improve wording for suggestion messages