BurntSushi / walkdir

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

Add links to other walkdir items in WalkDirIterator docs #30

Closed KodrAus closed 7 years ago

KodrAus commented 7 years ago

Relevant API Guideline

Add reference links in the WalkDirIterator docs prose when mentioning other walkdir items:

meven commented 7 years ago

I have opened a pull request filling those gaps and a bit more. https://github.com/BurntSushi/walkdir/pull/73

meven commented 7 years ago

https://github.com/BurntSushi/walkdir/issues/71 covers most of my Pull-request already and probably in a better way.

KodrAus commented 7 years ago

Closed by #73