]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #74514 - Mark-Simulacrum:nightly-rustc-docs, r=ollie27
authorManish Goregaokar <manishsmail@gmail.com>
Mon, 20 Jul 2020 02:12:35 +0000 (19:12 -0700)
committerGitHub <noreply@github.com>
Mon, 20 Jul 2020 02:12:35 +0000 (19:12 -0700)
commit3981386b8e80e3ce35e70ffdac303c75d3771ea4
tree6ed876364a0b4e6dcf45f785dfe5779aa8405ea9
parent03a47279d36162499f1140ce4a9aec2cd2bfe48f
parentbe43319b174589f61ce5d8a7b00c0567eb8cff35
Rollup merge of #74514 - Mark-Simulacrum:nightly-rustc-docs, r=ollie27

Do not clobber RUSTDOCFLAGS

We were setting these in both Builder::cargo and here, which ended up only setting the first of the two.

Fixes #74511