BurntSushi / walkdir

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

Add links to other walkdir items in Iter and IterFilterEntry docs #28

Closed KodrAus closed 7 years ago

KodrAus commented 7 years ago

Relevant API Guideline

Add reference links in the Iter and IterFilterEntry docs prose when mentioning other walkdir items:

yufengwng commented 7 years ago

It seems like the code has changed since this is opened, and that Iter and IterFilterEntry has been renamed to IntoIter and FilterEntry, respectively.