BurntSushi / walkdir

Rust library for walking directories recursively.
The Unlicense
1.27k stars 109 forks source link

Implement #30: Add links to other walkdir items in WalkDirIterator docs #73

Closed meven closed 7 years ago

meven commented 7 years ago

https://github.com/BurntSushi/walkdir/issues/30

KodrAus commented 7 years ago

Thanks for working on this @meven! I appreciate that adding links to docs can be a bit tedious. As you noted we do already have a PR #71 that also fixes this issue.

brson commented 7 years ago

ping @BurntSushi

BurntSushi commented 7 years ago

@meven Thank you!