mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00

### What does this PR try to resolve? Found this as I was preparing for stabilization. As we create a graph of packages to ensure publish order, a self-cycle shouldn't matter, so we can skip tracking it. ### How to test and review this PR?