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: Add support for --remap-path-prefix #107099

Merged

Commits on Jun 9, 2024

  1. rustdoc: Add support for --remap-path-prefix

    Adds --remap-path-prefix as an unstable option. This is implemented to
    mimic the behavior of rustc's --remap-path-prefix but with minor
    adjustments.
    
    This flag similarly takes in two paths, a prefix to replace and a
    replacement string.
    edward-shen committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    d9f78cb View commit details
    Browse the repository at this point in the history