-
Notifications
You must be signed in to change notification settings - Fork 19
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
Allow docs.rs
to auto-label optional features.
#68
Comments
Closed
This seems to be poorly implemented — the labels are more verbose and contain cfg syntax. |
Examples in the linked rustdoc issue looked worse and printed raw cfg expressions. Maybe it's been fixed since? |
Oh I see the issue in rust-lang/rust#43781, yeah the example given there does look quite verbose but I think they've mostly fixed it by now. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See rustdoc documentation on it at https://doc.rust-lang.org/rustdoc/unstable-features.html#doc_auto_cfg-automatically-generate-doccfg
This should fix #34
The text was updated successfully, but these errors were encountered: