-
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
issue #8239: Printed hint for lint or_fun_call is cropped and does no… #8292
Conversation
…d does not show the solution
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @llogiq (or someone else) soon. Please see the contribution instructions for more information. |
As @xFrednet wrote, I would expect at least a test to ensure correct behavior. |
@xFrednet |
Thank you, feel free to reach out if you need help 🙃 |
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 version looks good to me, one optional NIT and one question.
BTW, all your commits are marked as Unverified. This is not a problem, but I wanted to mention it in case this was unintended 🙃
Looks good to me, thank you for the changes! 👍 FYI @marekdownar: I've updated the lint description, as the changelog entry has to be on the same line for the pipeline to pass. I hope @llogiq will be fine with me stealing this r+ @bors r+ |
📌 Commit 69d78ce has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
fixes #8239
changelog: [
or_fun_call
]: if suggestion contains more lines than MAX_SUGGESTION_HIGHLIGHT_LINES it is stripped to one line