mirror of
https://github.com/sharkdp/fd.git
synced 2026-05-26 11:24:30 +02:00
a4d86cc1f5
Instead of calling `is_dir` on the path, call it on the file_type of the DirEntry, since we should already have that information without needing to do another syscall. Fixes: #1913