compile error 😅
This commit is contained in:
parent
d526fa6f1f
commit
5fe8b73f04
1 changed files with 1 additions and 1 deletions
|
@ -3023,7 +3023,7 @@ impl BackgroundScanner {
|
||||||
snapshot.repository_entries.update(&work_dir, |entry| {
|
snapshot.repository_entries.update(&work_dir, |entry| {
|
||||||
entry
|
entry
|
||||||
.worktree_statuses
|
.worktree_statuses
|
||||||
.remove_by(&repo_path, |stored_path, _| {
|
.remove_by(&repo_path, |stored_path| {
|
||||||
stored_path.starts_with(&repo_path)
|
stored_path.starts_with(&repo_path)
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue