]> git.proxmox.com Git - cargo.git/commit
named-profiles: fix backward compatibility for `rustc` with `--profile=check`
authorDan Aloni <dan@kernelim.com>
Fri, 27 Sep 2019 22:10:08 +0000 (01:10 +0300)
committerDan Aloni <dan@kernelim.com>
Fri, 27 Sep 2019 22:16:03 +0000 (01:16 +0300)
commitfad192d0dda5e9c08d348e1db5b60b3bf3621030
treef252793e120dc49d18a098bab99c80025616672c
parente634ee549cbb2646500afc3a8615072e04044398
named-profiles: fix backward compatibility for `rustc` with `--profile=check`

And a small cleanup in `base_profile` to make the logic parallel to the
one in `get_profile`.
src/cargo/core/profiles.rs