No successful run was found on main (be1e1b4) during the generation of this report, so 3a9d5e7 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.
refactor: do not store is_symlink in CachedPathImpl (#850)
`std::fs::metadata` always return `is_symlink: false` so it's confusing
and pointless to store it in CachedPathImpl