-
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
add #4546 test #7679
add #4546 test #7679
Conversation
r? @flip1995 (rust-highfive has picked a reviewer for you, use r? to override) |
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.
Seems like the issue is already fixed. Thank you for adding a test for it. 👍
One more thing, the lint documentation has a list of rules with some limitations listed below, could you also add the fact that Pin<>
is allowed around the self
reference (probably worded a bit better) 🙃
debe02e
to
79ece2a
Compare
79ece2a
to
b68325e
Compare
LGTM, thank you for adding the tests and documentation 🙃 @bors r+ |
📌 Commit b68325e has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
changelog: none
fixed #4546
I notice #4546 was fixed some time, I just add the tests.