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

Update the intra-doc link RFC to match the implementation #2975

Merged
merged 4 commits into from
Aug 30, 2020

Commits on Aug 20, 2020

  1. Update the intra-doc link RFC to match the implementation

    - Mention the behavior for cross-crate re-exports
    - Mention the behavior for linking to private items
    - Require that disambiguators match, even if they're in the same
      namespace
    - For the extension on associated items, require that traits be in scope
      to link to their associated items
    - Add a possible `Deref` extension
    jyn514 committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    acf6514 View commit details
    Browse the repository at this point in the history
  2. Remove Deref extension

    This is not implemented and it's not clear it will be implemented.
    Since this PR is only intended to match the current implementation,
    I removed it from the RFC.
    jyn514 committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    a09c059 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. Configuration menu
    Copy the full SHA
    16741fa View commit details
    Browse the repository at this point in the history
  2. error -> warning

    jyn514 committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    2ccc5db View commit details
    Browse the repository at this point in the history