BurntSushi / walkdir

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

Deprecate WalkDirIterator #57

Closed nivkner closed 7 years ago

nivkner commented 7 years ago

Fixes #40 for a non-breaking release.

BurntSushi commented 7 years ago

I think I'd rather just remove the trait since we're releasing a 2.0. I'd rather not deal with maintaining the deprecated APIs if we don't have to. :-)

nivkner commented 7 years ago

Since #58 just got merged and @burntsushi doesn't seem to have any intention to merge this PR, I'll just go ahead and close it. Feel free to reopen it if you think I was being too rash.