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

Separate private_intra_doc_links and broken_intra_doc_links into separate lints #77249

Merged
merged 2 commits into from
Sep 27, 2020

Commits on Sep 27, 2020

  1. Separate private_intra_doc_links and broken_intra_doc_links into …

    …separate lints
    
    This is not ideal because it means `deny(broken_intra_doc_links)` will
    no longer `deny(private_intra_doc_links)`. However, it can't be fixed
    with a new lint group, because `broken` is already in the `rustdoc` lint
    group; there would need to be a way to nest groups somehow.
    
    This also removes the early `return` so that the link will be generated
    even though it gives a warning.
    jyn514 committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    03d8be0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80ffaed View commit details
    Browse the repository at this point in the history