-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Attempt to fix #3981 #4026
Attempt to fix #3981 #4026
Conversation
Looks good. You just need to run rustfmt on the test, then it should all check out |
You'll need to update the |
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.
Thanks, LGTM now! Do you mind squashing the commits?
a6bb32c
to
8eae2d3
Compare
I think it should be good now... First PR yay! |
Thanks! @bors r+ |
📌 Commit 8eae2d3 has been approved by |
☀️ Test successful - checks-travis, status-appveyor |
Thank you @cemiloten ! |
Fixes #3981
Hi, hopefully this is correct, happy to have feedback.
changelog: Don't trigger
unnecessary_cast
inside a macro