BurntSushi / walkdir

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

Remove reference to a bug which has been fixed #12

Closed Ryman closed 7 years ago

Ryman commented 7 years ago

Since the minimum supported rustc version has this fix[1] we can remove the reference.

[1] https://github.com/rust-lang/rust/pull/31630

BurntSushi commented 7 years ago

Nice! Thanks! :-)