Open
Description
@SOF3 brought this up in #contribute: currently, making a PR to improve the documentation for a crate is somewhat tedious: find the link to the GitHub project, find where the documentation lives in the code (which doesn't always correspond to the module structure, especially with macros), fork the project, and only then make the edits. It would be nice to have a direct link to the GitHub web editor, which lets you suggest fixes immediately without all the setup.
Doing this per-page isn't so hard, but per-item would require rustdoc support. It would also be nice to have rustdoc support in general, since that would let it be used for the standard library as well.