-
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
Empty docs #12342
Empty docs #12342
Conversation
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) some time within the next two weeks. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
There are merge commits (commits with multiple parents) in your changes. We have a no merge policy so these commits will need to be removed for this pull request to be merged. You can start a rebase with the following commands:
The following commits are merge commits: |
Not sure why the tests are failing, I haven’t contributed much maybe I could add suggestions as well |
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.
The code mostly looks ok, though I'd like more tests and more explanation with regards to the implementation choices.
☔ The latest upstream changes (presumably #12259) made this pull request unmergeable. Please resolve the merge conflicts. |
Mostly cleanup remaining but looks like you're almost done. 👍 |
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.
Looks good to me. One thing to note is some doc lints will be triggered on variants struct fields whereas they were not before.
yeah I know, I was wondering if it was worth opening an issue to ensure that these cases are tested and working as intended. Probably all doc lints should apply to variants and fields, not only the ones in |
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 looks much better. I have a small documentation nit, and we should amend the changelog. Otherwise this is ready to merge.
Thank you! @bors r+ |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
1 similar comment
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
👀 Test was successful, but fast-forwarding failed: 422 Changes must be made through a pull request. |
Fixes #9931
changelog: [
empty_doc
]: Detects documentation that is empty.changelog: Doc comment lints now trigger for struct field and enum variant documentation