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

Revamp rustdoc docs about documentation using cfg #76855

Merged
merged 1 commit into from
Oct 6, 2020

Commits on Oct 5, 2020

  1. Revamp rustdoc docs about documentation using cfg

    - Move `cfg(doc)` out of `unstable-features`. It's not unstable.
    - Remove outdated reference to `everybody_loops`.
    - Improve wording in various places
    - Give an example of code this allows (and does not allow)
    - Link to `cfg(doc)` in `doc(cfg)` documentation. Since one is stable
    and the other is not, don't combine them.
    - Cleanup wording for `doc(cfg)`
    - Incorporate changes from rust-lang#76849
    - Mention that `doc(cfg)` is also for features
    jyn514 committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    dc5a000 View commit details
    Browse the repository at this point in the history