d11399039c
This "fast path" in `DirEntry::file_type` on Unix wasn't turning out to be so much of a fast path as the `DT_DIR` case wasn't handled, so directories fell back to using `lstat` instead. This commit adds the missing case to return quickly if a path is a directory and `DirEntry::file_type` is used. |
||
---|---|---|
.. | ||
arch | ||
hoedown@238c4d57cc | ||
msvc | ||
valgrind | ||
miniz.c | ||
rust_android_dummy.c | ||
rust_android_dummy.h | ||
rust_builtin.c | ||
rust_test_helpers.c | ||
rust_try.ll |