BurntSushi / walkdir

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

Rename IterFilterEntry to FilterEntry #38

Closed KodrAus closed 7 years ago

KodrAus commented 7 years ago

Relevant API Guideline

The IterFilterEntry type is produced by the filter_entry method, so it should be called FilterEntry instead of IterFilterEntry. As an example, see collections::btree_map::Keys.