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

Fix intra-doc links on pub re-exports #76082

Merged
merged 3 commits into from
Sep 5, 2020
Merged

Commits on Aug 29, 2020

  1. [WIP] Fix intra-doc links on pub re-exports

    This removes the incorrect error, but doesn't show the documentation
    anywhere.
    jyn514 committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    1b19354 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. Comment out test for generated docs until rustdoc changes its behavio…

    …r around documenting re-exports
    jyn514 committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    e885f00 View commit details
    Browse the repository at this point in the history
  2. Improve tests

    Now this actually tests the links are generated correctly
    jyn514 committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    d715015 View commit details
    Browse the repository at this point in the history