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

Add doctest field into metadata #6953

Merged
merged 2 commits into from
May 17, 2019

Commits on May 17, 2019

  1. Add doctest field into metadata

    Some tools can support rust doctests (e.g. highlighting
    or launching). So it should be possible to find out if
    doctests are enabled for a target or not. This commit
    adds `doctest` field to `cargo metadata` output.
    vlad20012 committed May 17, 2019
    Configuration menu
    Copy the full SHA
    e1d433d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6a8b0f View commit details
    Browse the repository at this point in the history