]> git.proxmox.com Git - cargo.git/commitdiff
Auto merge of #8021 - ehuss:remove-cfg-from-options, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 20 Mar 2020 14:27:26 +0000 (14:27 +0000)
committerbors <bors@rust-lang.org>
Fri, 20 Mar 2020 14:27:26 +0000 (14:27 +0000)
Remove Config from CompileOptions.

This removes Config from CompileOptions. This removes the lifetime parameters, which I think simplifies things slightly (with the drawback that Config now needs to be passed as a parameter to a few functions).


Trivial merge