mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 17:28:09 +00:00
797c2f1dde
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 |
||
---|---|---|
.. | ||
src | ||
test_data | ||
Cargo.toml |