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

docs: add docs.rs flag for feature annotations #13

Merged
merged 1 commit into from
Oct 25, 2024
Merged

Commits on Oct 25, 2024

  1. docs: add docs.rs flag for feature annotations

    ### [`doc_auto_cfg`: Automatically generate
    `#[doc(cfg)]`](https://doc.rust-lang.org/rustdoc/unstable-features.html#doc_auto_cfg-automatically-generate-doccfg)
    
    -   Tracking issue:
    [#43781](rust-lang/rust#43781)
    
    `doc_auto_cfg` is an extension to the `#[doc(cfg)]` feature. With it,
    you don't need to add `#[doc(cfg(...)]` anymore unless you want to
    override the default behaviour.
    RoloEdits committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    8a102e5 View commit details
    Browse the repository at this point in the history