BurntSushi / walkdir

Rust library for walking directories recursively.
The Unlicense
1.21k stars 106 forks source link

Fix issue with direntry clone on non-unix and non-windows #104

Closed jackpot51 closed 6 years ago

jackpot51 commented 6 years ago

This fixes compilation on Redox

jackpot51 commented 6 years ago

Check the rebased patch. A quick way to test for the failure before is to run cargo check --target x86_64-unknown-redox