BurntSushi / walkdir

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

Fix bug reading root symlink. #15

Closed BurntSushi closed 7 years ago

BurntSushi commented 7 years ago

When given a root like foo where foo is a symlink, it should always be followed. This behavior is consistent with foo/, which will also be followed.

See also: https://github.com/BurntSushi/ripgrep/issues/256