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

Publish target's "doc" setting when emitting metadata #8869

Merged
merged 2 commits into from
Nov 24, 2020

Commits on Nov 18, 2020

  1. Publish target's "doc" setting when emitting metadata

    Prior to this commit `cargo metadata` would not emit the value of a
    target's "doc" setting, used by `cargo doc` to determine whether
    documentation should be generated. However, this information is useful
    for machine programs interested in such targets, and the information is
    already made available on the internal representation of a target, so
    this commit just exposes that during target serialization for emit.
    
    cf deadlinks/cargo-deadlinks#99
    ayazhafiz committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    e831dd1 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Configuration menu
    Copy the full SHA
    600e231 View commit details
    Browse the repository at this point in the history