ZIm/crates/outline_panel
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
..
src Use HashMap<ProjectEntryId, Entry> instead of HashSet<Entry> in outline_panel (#20780) 2024-11-18 14:38:31 +02:00
Cargo.toml Extract outline rendering to outline crate (#20179) 2024-11-04 11:54:37 -05:00
LICENSE-GPL Introduce an outline panel (#12637) 2024-06-12 23:22:52 +03:00