-
Notifications
You must be signed in to change notification settings - Fork 283
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
ensure that re-exported symbols show feature label in root #754
ensure that re-exported symbols show feature label in root #754
Conversation
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.
Have you tested this? We are already using doc_auto_cfg
so I don't think these doc(cfg)
attributes should make a difference. If my memory serves me right, it might instead help to put the doc(cfg)
on the definition of those items, rather than the re-exports.
@jplatte in my test it didn't show up before and it did show after (locally using the right --cfg flags etc). Whether it's the right solution I do not know. Feel free to propose or guide me into doing something different if you think I approached it wrong. |
Okay, if you did test it then I have no concerns. |
This has been released as part of Thanks again for your contribution! |
closes #743