BurntSushi / walkdir

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

Remove re-export of is_same_file #43

Closed KodrAus closed 7 years ago

KodrAus commented 7 years ago

The is_same_file function doesn't need to be re-exported in walkdir anymore now that there's a dedicated same_file crate. The plan is: