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

Don't set html_root_url #483

Merged
merged 1 commit into from
Dec 27, 2022
Merged

Don't set html_root_url #483

merged 1 commit into from
Dec 27, 2022

Conversation

tarcieri
Copy link
Contributor

The recommendation to set this has been removed from the Rust API guidelines:

rust-lang/api-guidelines#230

It used to be used by docs.rs, but docs.rs now unconditionally sets the --extern-html-root-url parameter of rustdoc which overrides it, making it no longer needed and superfluous.

The recommendation to set this has been removed from the Rust API
guidelines:

rust-lang/api-guidelines#230

It used to be used by docs.rs, but docs.rs now unconditionally sets the
`--extern-html-root-url` parameter of rustdoc which overrides it, making
it no longer needed and superfluous.
@rozbb rozbb merged commit 0ffcb84 into main Dec 27, 2022
@tarcieri tarcieri deleted the dont-set-html_root_url branch May 31, 2023 02:12
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.

2 participants