BurntSushi / walkdir

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

Change OsString args in sort_by to OsStr #44 #55

Closed sjeohp-zz closed 7 years ago

KodrAus commented 7 years ago

Thanks @sjeohp! This might also be affected by #53, which replaces the sort_by implementation.

BurntSushi commented 7 years ago

Yeah I think I will latch on to #53 instead. Thanks @sjeohp!