-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
fix(rustdoc): print the doc(hidden)
attribute the same as others
#134802
base: master
Are you sure you want to change the base?
Conversation
rustbot has assigned @GuillaumeGomez. Use |
The job Click to see the possible cause of the failure (guessed by this bot)
|
Normally there is a marker in the docs for doc hidden items (an eye or something like that) and I'm wondering if we didn't add this information in the declaration in purpose... To be checked when I have some time. :D |
Closes #132304