BurntSushi / walkdir

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

Add Error docs to methods that return Result #24

Closed KodrAus closed 7 years ago

KodrAus commented 7 years ago

Relevant API Guideline

Add an Errors section to methods that return Results:

BurntSushi commented 7 years ago

Done in #68