-
Notifications
You must be signed in to change notification settings - Fork 201
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
[src] links point to other website #298
Comments
This is entirely because of the |
Apparently you need full admin access to use the "Transfer issue" button, so i've just reopened the issue over there as rust-lang/rust#58472. I'll close the issue here since the work all needs to happen upstream. |
Looks like i was mistaken - it's not a bug in upstream rustdoc, but in docs.rs here. To quote @ollie27 in the rust-lang/rust issue:
|
This may be fixed by rust-lang/rust#67804. |
The
[src]
links on https://docs.rs/futures-preview/0.3.0-alpha.12/futures/stream/struct.Forward.html point to https://rust-lang-nursery.github.io/futures-api-docs/0.3.0-alpha.12/futures_util/src/futures_util/stream/forward.rs.html#22-26. This seems likely to be related to the#[doc(html_root_url)]
setting in the sub-crate that this type is actually from.The text was updated successfully, but these errors were encountered: