]> git.proxmox.com Git - cargo.git/commit
use sort_by_key() instead of comparing by keys manually
authorMatthias Krüger <matthias.krueger@famsik.de>
Sat, 1 Aug 2020 11:15:35 +0000 (13:15 +0200)
committerMatthias Krüger <matthias.krueger@famsik.de>
Mon, 3 Aug 2020 20:52:01 +0000 (22:52 +0200)
commitf23b91190ccb103d8041a14e2a715095dcae0ce7
tree8824f6ddd399d36b38809fcd72e619e71453215f
parent44e794614e781d723001efdeba2c9851b5732d42
use sort_by_key() instead of comparing by keys manually
replace format!() macro by String::from()
use eprintln() instead of manually writing to std::io::stderr
crates/cargo-test-support/src/lib.rs
src/cargo/core/resolver/errors.rs
src/cargo/sources/git/utils.rs
tests/testsuite/package.rs