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: enable nightly-only docsrs #76

Merged
merged 1 commit into from
Nov 22, 2024
Merged

docs: enable nightly-only docsrs #76

merged 1 commit into from
Nov 22, 2024

Commits on Nov 21, 2024

  1. docs: enable nightly-only docsrs

    See rust-lang/rust#43781. This enables infoboxes like
    "Available on crate feature XXX only." in the documentation generated
    using `cargo doc` on nightly, or by building on docs.rs.
    
    This can be tested with:
    
    ```shell
    RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --no-deps --all-features
    ```
    m4tx committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    3aeed3b View commit details
    Browse the repository at this point in the history