BurntSushi / walkdir

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

Change OsString args in sort_by to OsStr #44

Closed KodrAus closed 7 years ago

KodrAus commented 7 years ago

The WalkDir::sort_by method should take OsStr arguments instead of OsStrings.

KodrAus commented 7 years ago

I'm going to close this issue, since we're solving this by re-working the sort_by implementation in #45.

cc: @BurntSushi