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

Comments

Projects
None yet
2 participants
@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

@KodrAus KodrAus referenced this issue Jun 14, 2017

Closed

Tracking issue for libz blitz evaluation of walkdir #47

22 of 22 tasks complete
@expenses

This comment has been minimized.

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
You can’t perform that action at this time.