Skip to content

Broken link pointing to seemingly implementation details instead of public interface of a target crate #123

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

Closed
vi opened this issue May 11, 2017 · 2 comments

Comments

@vi
Copy link

vi commented May 11, 2017

https://docs.rs/tokio-core/0.1.7/tokio_core/reactor/struct.PollEvented.html#methods has broken link "Evented" which should probably actually go to https://docs.rs/mio/0.6.1/mio/trait.Evented.html

@vi vi changed the title Broken link Broken link pointing to seemingly implementation details instead of public interface of a target crate May 11, 2017
@dtolnay
Copy link
Member

dtolnay commented May 29, 2017

Thanks @vi. This seems like a rustdoc bug rather than a docs.rs bug, because the same thing happens in a local cargo doc of tokio-core. Please check whether there is an existing rustdoc issue about this and create one if there is not.

@onur
Copy link
Member

onur commented Jun 7, 2017

I think this issue is fixed in the latest versions of rust compiler (or maybe #131 fixed it). Evented link is working as expected now.

@onur onur closed this as completed Jun 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants