Skip to content
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

implement enum_now_doc_hidden lint #593

Merged
merged 5 commits into from
Dec 5, 2023

Conversation

u9g
Copy link
Contributor

@u9g u9g commented Dec 4, 2023

Implements a lint to catch enums that are public and have just had #[doc(hidden)] added to them.

checks the second checkmark on #578 (comment)

Copy link
Owner

@obi1kenobi obi1kenobi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Just a couple of minor suggestions and it's ready to merge 🚀

test_crates/enum_now_doc_hidden/new/src/lib.rs Outdated Show resolved Hide resolved
test_crates/enum_now_doc_hidden/new/src/lib.rs Outdated Show resolved Hide resolved
@obi1kenobi obi1kenobi merged commit c740fdf into obi1kenobi:main Dec 5, 2023
32 checks passed
@u9g u9g deleted the add-enum-now-doc-hidden branch December 5, 2023 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants