compile error 😅

This commit is contained in:
Mikayla Maki 2023-05-11 16:07:41 -07:00
parent d526fa6f1f
commit 5fe8b73f04
No known key found for this signature in database

View File

@ -3023,7 +3023,7 @@ impl BackgroundScanner {
snapshot.repository_entries.update(&work_dir, |entry| {
entry
.worktree_statuses
.remove_by(&repo_path, |stored_path, _| {
.remove_by(&repo_path, |stored_path| {
stored_path.starts_with(&repo_path)
})
});