Skip to content
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

Link references to std in docs #39

Closed
KodrAus opened this issue Jun 14, 2017 · 1 comment · Fixed by #71
Closed

Link references to std in docs #39

KodrAus opened this issue Jun 14, 2017 · 1 comment · Fixed by #71

Comments

@KodrAus
Copy link
Contributor

KodrAus commented Jun 14, 2017

Relevant API Guideline

Turn references to items in the standard library in docs into references to that item in https://doc.rust-lang.org/stable/std/, so for example:

Reference to [`std::io::Error`][IoError] in markdown docs.

[IoError]: https://doc.rust-lang.org/stable/std/io/struct.Error.html
@expenses
Copy link
Contributor

expenses commented Jul 6, 2017

I'll have a go at this!

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

Successfully merging a pull request may close this issue.

2 participants