-
Notifications
You must be signed in to change notification settings - Fork 210
Closed
Labels
A-backendArea: Webserver backendArea: Webserver backendA-buildsArea: Building the documentation for a crateArea: Building the documentation for a crateC-bugCategory: This is a bugCategory: This is a bug
Description
The source
link for https://docs.rs/rand/latest/rand/trait.SeedableRng.html#method.seed_from_u64 links to https://rust-random.github.io/rand/src/rand_core/lib.rs.html#306 instead of https://docs.rs/rand_core/0.6.3/src/rand_core/lib.rs.html#306-335; and https://docs.rs/rand_mt/4.1.1/rand_mt/struct.Mt19937GenRand32.html#impl-RngCore links to https://rust-random.github.io/rand/rand_core/trait.RngCore.html instead of https://docs.rs/rand_core/0.6.3/rand_core/trait.RngCore.html.
IIRC there was some plan on changing how --extern-html-root-url
worked when a crate specified its own html_root_url
, but there was going to be a flag for docs.rs to keep the previous override behavior.
Metadata
Metadata
Assignees
Labels
A-backendArea: Webserver backendArea: Webserver backendA-buildsArea: Building the documentation for a crateArea: Building the documentation for a crateC-bugCategory: This is a bugCategory: This is a bug
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
jyn514 commentedon Feb 23, 2022
This is #1473, I haven't had time to work on it. Happy for someone else to fix it up - I think you may just need to rerun the ci job?