BurntSushi / walkdir

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

Correct errors in WalkDir type docs #74

Closed alisha17 closed 7 years ago

alisha17 commented 7 years ago

Fix to #32

KodrAus commented 7 years ago

Thanks @alisha17! Do you mind turning those references to contents_first and sort_by into links to the relevant item in the documentation?

Otherwise this looks good to me.

BurntSushi commented 7 years ago

@alisha17 If you add links to contents_first and sort_by, then I think this can get merged! Thank you!