Skip to content

Commit 21cdb63

Browse files
committed
Pass target environment for rustdoc
1 parent a8baa5b commit 21cdb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/ops/cargo_rustc/compilation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ impl<'cfg> Compilation<'cfg> {
7676

7777
/// See `process`.
7878
pub fn rustdoc_process(&self, pkg: &Package) -> CargoResult<ProcessBuilder> {
79-
self.fill_env(process(&*try!(self.config.rustdoc())), pkg, true)
79+
self.fill_env(process(&*try!(self.config.rustdoc())), pkg, false)
8080
}
8181

8282
/// See `process`.

0 commit comments

Comments
 (0)