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

add trait_method_now_doc_hidden lint #684

Merged

Conversation

suaviloquence
Copy link
Contributor

Matches when a previously public trait method/function has been marked as #[doc(hidden)], which is a semver-breaking change.

It matches trait methods and trait associated functions, but the other lints were listed under trait_method instead of trait_function or something else, so I followed that pattern.

Fixes part of #578 #578 (comment)

Matches when a previously public trait method/function has been marked
as #[doc(hidden)], which is a semver-breaking change.
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.

Nicely done! 🚀

test_crates/trait_method_now_doc_hidden/new/src/lib.rs Outdated Show resolved Hide resolved
@obi1kenobi obi1kenobi enabled auto-merge (squash) March 6, 2024 14:50
@obi1kenobi obi1kenobi merged commit 412aecc into obi1kenobi:main Mar 6, 2024
33 checks passed
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.

None yet

2 participants