rust-analyzer/crates/project-model
bors 797c2f1dde Auto merge of #14659 - Veykril:dedup-crates, r=Veykril
Deduplicate crates when extending crate graphs

This is quadratic in runtime per deduplication attempt, but I don't think that'll be a problem for the workload here. Don't be scared of the diff, the actual diff is +42 -22, the rest is tests and test data.
Fixes https://github.com/rust-lang/rust-analyzer/issues/14476
2023-04-26 09:44:27 +00:00
..
src Auto merge of #14659 - Veykril:dedup-crates, r=Veykril 2023-04-26 09:44:27 +00:00
test_data Deduplicate crates when extending crate graphs 2023-04-26 11:44:11 +02:00
Cargo.toml Bump Cargo.lock 2023-03-25 15:12:39 +01:00