Skip to content

Commit 0f15c2f

Browse files
committed
feat!: adapt to changes in walkdir_sorted_new
Set max_depth parameter to usize::MAX
1 parent d56c849 commit 0f15c2f

File tree

1 file changed

+1
-0
lines changed
  • gix-ref/src/store/file/loose

1 file changed

+1
-0
lines changed

gix-ref/src/store/file/loose/iter.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ impl SortedLoosePaths {
2424
gix_features::fs::walkdir_sorted_new(
2525
path,
2626
gix_features::fs::walkdir::Parallelism::Serial,
27+
usize::MAX,
2728
precompose_unicode,
2829
)
2930
.into_iter()

0 commit comments

Comments
 (0)