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

Include html_root_url attribute #114

Closed
Tracked by #120
dtolnay opened this issue May 31, 2017 · 0 comments · Fixed by #133
Closed
Tracked by #120

Include html_root_url attribute #114

dtolnay opened this issue May 31, 2017 · 0 comments · Fixed by #133
Labels
E-easy Effort: Easy! Start here :D
Milestone

Comments

@dtolnay
Copy link

dtolnay commented May 31, 2017

This is important when running cargo doc --no-deps for a crate that depends on reqwest. Without html_root_url, there will not be links to any of reqwest's types. With html_root_url all of reqwest's types will be linked relative to that url.

#![doc(html_root_url = "https://docs.rs/reqwest//0.6.2")]

It may be good to add a reminder in Cargo.toml so this doesn't fall out of date. Similar to serde-rs/serde@dc7ab26.

@seanmonstar seanmonstar modified the milestone: 1.0 May 31, 2017
@seanmonstar seanmonstar added the E-easy Effort: Easy! Start here :D label May 31, 2017
repi pushed a commit to EmbarkStudios/reqwest that referenced this issue Dec 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-easy Effort: Easy! Start here :D
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants