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

rustdoc: Fix a couple of issues with src links to external crates #34387

Merged
merged 1 commit into from Jun 22, 2016

Conversation

ollie27
Copy link
Member

@ollie27 ollie27 commented Jun 20, 2016

  • src links/redirects to extern fn from another crate had an extra '/'.
  • src links to pub use of a crate module had an extra '/'.
  • src links to renamed reexports from another crate used the new name
    for the link but should use the original name.

Fixes: #34274

- src links/redirects to extern fn from another crate had an extra '/'.
- src links to `pub use` of a crate module had an extra '/'.
- src links to renamed reexports from another crate used the new name
  for the link but should use the original name.
@rust-highfive
Copy link
Collaborator

r? @steveklabnik

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member

@bors: r+ ebfdd11

Thanks!

Manishearth added a commit to Manishearth/rust that referenced this pull request Jun 22, 2016
…ichton

rustdoc: Fix a couple of issues with src links to external crates

- src links/redirects to extern fn from another crate had an extra '/'.
- src links to `pub use` of a crate module had an extra '/'.
- src links to renamed reexports from another crate used the new name
  for the link but should use the original name.

Fixes: rust-lang#34274
Manishearth added a commit to Manishearth/rust that referenced this pull request Jun 22, 2016
…ichton

rustdoc: Fix a couple of issues with src links to external crates

- src links/redirects to extern fn from another crate had an extra '/'.
- src links to `pub use` of a crate module had an extra '/'.
- src links to renamed reexports from another crate used the new name
  for the link but should use the original name.

Fixes: rust-lang#34274
bors added a commit that referenced this pull request Jun 22, 2016
Rollup of 7 pull requests

- Successful merges: #34190, #34363, #34367, #34383, #34387, #34394, #34404
- Failed merges:
@bors bors merged commit ebfdd11 into rust-lang:master Jun 22, 2016
@ollie27 ollie27 deleted the rustdoc_src_links branch June 22, 2016 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants