ZIm/crates/worktree/src
Michael Sloan 9260abafba
Use HashMap<ProjectEntryId, Entry> instead of HashSet<Entry> in outline_panel (#20780)
Came across this because I noticed that `Entry` implements `Hash`, which
was surprising to me. I believe that `ProjectEntryId` should be unique
and so it seems better to dedupe based on this.

Release Notes:

- N/A
2024-11-18 14:38:31 +02:00
..
ignore.rs Fix Linux search issues (#13479) 2024-06-24 13:46:21 -07:00
worktree.rs Use HashMap<ProjectEntryId, Entry> instead of HashSet<Entry> in outline_panel (#20780) 2024-11-18 14:38:31 +02:00
worktree_settings.rs Revert "settings: Remove auxiliary Content types where possible (#16744)" (#17768) 2024-09-12 14:46:08 -04:00
worktree_tests.rs Add initial FreeBSD support (#20480) 2024-11-11 18:39:05 +01:00