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 source-links for files with absolute-paths #31835

Merged
merged 2 commits into from
Feb 25, 2016

Commits on Feb 24, 2016

  1. Configuration menu
    Copy the full SHA
    27ca250 View commit details
    Browse the repository at this point in the history
  2. Fix source-links for files with absolute-paths

    `clean_srcpath` tries to make the source-path relative to `src_root`,
    but this didn't work since `src_root` itself wasn't absolute.
    mitaa committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    cf76fcf View commit details
    Browse the repository at this point in the history