-
Notifications
You must be signed in to change notification settings - Fork 774
Outdated html_root_url #613
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
Comments
Seems like a very manual step. Given that docs.rs is "official", why doesn't the tooling assume a docs.rs URL by default? |
I agree. I filed rust-lang/rust#42300 and rust-lang/rust#42301 to follow up. |
mgeisler
added a commit
to mgeisler/mio
that referenced
this issue
Nov 1, 2017
This adds two new unit tests: one that checks that the html_root_url attribute always uses the current crate version number, and one that checks that the TOML code blocks in the README use the correct version number. This is implemented by my version-sync crate -- I hope it's useful! Fixes tokio-rs#613.
mgeisler
added a commit
to mgeisler/mio
that referenced
this issue
Nov 3, 2017
This adds two new unit tests: one that checks that the html_root_url attribute always uses the current crate version number, and one that checks that the TOML code blocks in the README use the correct version number. This is implemented by my version-sync crate -- I hope it's useful! Fixes tokio-rs#613.
mgeisler
added a commit
to mgeisler/mio
that referenced
this issue
Nov 11, 2017
carllerche
pushed a commit
that referenced
this issue
Nov 11, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The html_root_url of version 0.6.8 here points to the documentation for version 0.6.1.
I would recommend adding a reminder in Cargo.toml like serde-rs/serde@dc7ab26.
The text was updated successfully, but these errors were encountered: