BurntSushi / walkdir

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

Use `?` in docs instead of unwrapping #25

Closed KodrAus closed 7 years ago

KodrAus commented 7 years ago

Relevant API Guideline

Instead of calling unwrap in the doc examples, we should use the ? operator: