Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 420f1f6

Browse files
MephistophilesByron
authored andcommitted
dependency update
1 parent 041e218 commit 420f1f6

2 files changed

Lines changed: 45 additions & 109 deletions

File tree

Cargo.lock

Lines changed: 44 additions & 108 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ impl WalkOptions {
136136
TraversalSorting::AlphabeticalByFileName => true,
137137
})
138138
.skip_hidden(false)
139-
.process_read_dir(|_, dir_entry_results| {
139+
.process_read_dir(|_, _, _, dir_entry_results| {
140140
dir_entry_results.iter_mut().for_each(|dir_entry_result| {
141141
if let Ok(dir_entry) = dir_entry_result {
142142
dir_entry.client_state = Some(dir_entry.metadata());

0 commit comments

Comments
 (0)