mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #481] [CLOSED] Less fs::metadata call in fn walk(
#504
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/bootandy/dust/pull/481
Author: @ldm0
Created: 3/30/2025
Status: ❌ Closed
Base:
master← Head:reduce_metadata📝 Commits (1)
7b146b5Less fs::metadata call in walk📊 Changes
1 file changed (+6 additions, -2 deletions)
View changed files
📝
src/dir_walker.rs(+6 -2)📄 Description
PathBuf::is_dir/PathBuf::is_filecallsfs::metadataindividually and can be squashed.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.