-
-
Notifications
You must be signed in to change notification settings - Fork 436
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
Documentation for 0.8.5 is missing/broken #1528
Comments
It seems |
But curious that it got rebuilt; you can see that the previous build was Feb 14, 2022. |
Fixed |
@dhardy I don't see the fix? It's still broken on docs.rs. https://docs.rs/rand redirects to https://docs.rs/crate/rand/latest. The last build (one day ago) failed: https://docs.rs/crate/rand/0.8.5/builds/1555579 |
It is here https://docs.rs/rand/0.8.5/rand/index.html There was no fix (which would require a new version, so potential problems for people for no use at all) The old documentation was somehow restored. I guess docs.rs will eventually fix these things. See rust-lang/docs.rs#2675 |
For some reason all the source links for the 0.8.5 docs on |
Which links in particular? The "source" link on https://docs.rs/rand/latest/rand/ shows code packaged from that release.
|
at least the source links on this trait https://docs.rs/rand/latest/rand/trait.SeedableRng.html (permanent link https://docs.rs/rand/0.8.5/rand/trait.SeedableRng.html) I didn't realize it was just some of the source links. It looks like at least a few other traits are affected. |
Aha. It sounds like the docs restoration got messed up. Thanks for reporting; I don't know if we'll fix soon however. |
Summary
https://docs.rs/crate/rand/latest reports
rand-0.8.5 doesn't have any documentation.
See
This is making working with the rand crate relatively difficult as various links, even from the rand book, points to latest version.
A workaround is to look at the previous version documentation at https://docs.rs/rand/0.8.4/rand/index.html
The text was updated successfully, but these errors were encountered: