Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upScrub for broken links #683
Comments
This comment has been minimized.
This comment has been minimized.
|
This can happen in two phases -- it would be a huge help if someone could run through the docs and make a list of the broken links in a comment here, then they can be fixed in bulk. Even going through part of the docs would be helpful. Just let us know which parts you covered. Bonus points for implementing a warning in rustdoc to catch these automatically! |
This comment has been minimized.
This comment has been minimized.
|
[set_readiness] and [portability] are broken in mio::Registration. |
carllerche
added
the
help wanted
label
Aug 19, 2017
This comment has been minimized.
This comment has been minimized.
|
I went through every page on the docs and fixed most of them. The only problem I ran into is that I'm not too familiar with how links work in Rust docs and couldn't find any documentation on this. Any suggestions on how we could handle this? |
This comment has been minimized.
This comment has been minimized.
|
I don't know either. For now pick one of the pages to make correct. Also make sure there is a rustdoc issue to make this possible to handle correctly and/or to document how to handle this correctly. |
dtolnay commentedAug 19, 2017
The documentation of mio::event::Event has one: [readiness state]. I recall noticing a few others. Let's go through systematically and clean these up.