BurntSushi / walkdir

Rust library for walking directories recursively.
The Unlicense
1.24k stars 107 forks source link

Link references to std in docs #39

Closed KodrAus closed 7 years ago

KodrAus commented 7 years ago

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 commented 7 years ago

I'll have a go at this!