mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00

test: add fixes in the sat resolver ### What does this PR try to resolve? This is a follow-up of https://github.com/rust-lang/cargo/pull/14614. ### How should we test and review this PR? Commit 1 removes duplicate variables in the sat resolver. Commit 2 removes useless clones in the sat resolver. r? Eh2406