BurntSushi / walkdir

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

Derive Debug for public structs #59

Closed tmccombs closed 6 years ago

tmccombs commented 7 years ago

Fixes #34

KodrAus commented 7 years ago

Hmm, it looks like we might have to do some more Debug implementations manually to keep the code compiling on Rust 1.10.

KodrAus commented 7 years ago

Looks like we'll bump the minimum version to 1.16 in #52, so that might fix the build failure.

brson commented 7 years ago

r? @BurntSushi

KodrAus commented 6 years ago

Do you think this one is good to go now @BurntSushi?

BurntSushi commented 6 years ago

@KodrAus Ah yup, thanks!